Appearance
type ForProps = object & Partial<Exposable>;
Defined in: components/for.tsx:13
Props for the For component.
count: number;
iterator: object;
children: DynamicElementProps[];
1.0.0
Simon Kovtyk