Type Alias: ScrollElementComponent<Context>
ScrollElementComponent<Context> = React.ComponentType<React.HTMLProps<HTMLDivElement> & object & React.RefAttributes<HTMLDivElement>>
The type of the component that can be used for the scroll element.
Type Parameters
Context
Context = any