Reference home > @af-utils/virtual-react > ListProps
ListProps interface
List() component props
Signature:
export interface ListProps<C extends ElementType = "div"> Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
ElementType<ListItemProps> | |||
|
C |
(Optional) | ||
|
JSX.Element | null |
(Optional) | ||
|
(index: number, itemData: any) => string | number |
(Optional) | ||
|
JSX.Element | null |
(Optional) | ||
|
any |
(Optional) could be accessed in ListItemProps.data | ||