Skip to main content

Type alias: ScrollElementComponent<Context>

Ƭ ScrollElementComponent<Context>: React.ComponentType<React.HTMLProps<HTMLDivElement> & { data-testid: "virtuoso-scroller" ; context?: Context } & React.RefAttributes<HTMLDivElement>>

The type of the component that can be used for the scroll element.

Type parameters

NameType
Contextany