Wrapper around a div used by other components in @candidstartup/react-virtual-scroll!. Most props are passed through to the div. Use the VirtualContainerComponentProps.render prop to override the default behavior.

Properties

$$typeof: symbol
defaultProps?: Partial<
    VirtualContainerComponentProps & RefAttributes<HTMLDivElement>,
>
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<
    VirtualContainerComponentProps & RefAttributes<HTMLDivElement>,
>