Skip to main content

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.

No Inherit Doc