- VListProps
- VListHandle
- CustomItemComponentProps
- VGridProps
- VGridHandle
- CustomCellComponentProps
- CustomWindowComponentProps
▸ VList(props): ReactNode
Virtualized list component. See VListProps and VListHandle.
| Name | Type |
|---|---|
props |
VListProps & RefAttributes<VListHandle> |
ReactNode
node_modules/@types/react/index.d.ts:386
▸ VGrid(props): ReactNode
Virtualized grid component. See VGridProps and VGridHandle.
| Name | Type |
|---|---|
props |
VGridProps & RefAttributes<VGridHandle> |
ReactNode
node_modules/@types/react/index.d.ts:386
Ƭ CustomItemComponent: React.ForwardRefExoticComponent<React.PropsWithoutRef<CustomItemComponentProps> & React.RefAttributes<any>>
Ƭ ScrollMode: "reverse" | "rtl"
Ƭ CustomCellComponent: React.ForwardRefExoticComponent<React.PropsWithoutRef<CustomCellComponentProps> & React.RefAttributes<any>>
Ƭ WindowComponentAttributes: Pick<React.HTMLAttributes<HTMLElement>, "className" | "style" | "id" | "role" | "tabIndex"> & React.AriaAttributes
Ƭ CustomWindowComponent: typeof DefaultWindow