Type alias: ScrollElementComponent<Context>
Ƭ ScrollElementComponent<Context
>: React.ComponentType
<React.HTMLProps
<HTMLDivElement
> & { context?
: Context
} & React.RefAttributes
<HTMLDivElement
>>
The type of the component that can be used for the scroll element.
Type parameters
Name | Type |
---|---|
Context | any |