Virtual Scrolling Grid

Accepts props defined by VirtualGridProps. Refs are forwarded to VirtualGridProxy. You must pass a single instance of VirtualGridItem as a child.

Properties

$$typeof: symbol
defaultProps?: Partial<VirtualGridProps & RefAttributes<VirtualGridProxy>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<VirtualGridProps & RefAttributes<VirtualGridProxy>>