Type Alias: ScrollerProps
ScrollerProps =
Omit
<React.HTMLProps
<HTMLDivElement
>,"data"
|"onScroll"
|"ref"
>
The DOM attributes that you can pass to the VirtuosoMasonry
component to customize the scroll element.
ScrollerProps =
Omit
<React.HTMLProps
<HTMLDivElement
>,"data"
|"onScroll"
|"ref"
>
The DOM attributes that you can pass to the VirtuosoMasonry
component to customize the scroll element.