Appearance
type ForEachProps = object & Partial<Exposable>;
Defined in: components/foreach.tsx:14
Props for the ForEach component.
items: unknown[];
iterator: object;
children: DynamicElementProps[];
1.0.0
Simon Kovtyk