UNPKG

@base-ui-components/react

Version:

Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.

12 lines 297 B
export declare enum ScrollAreaScrollbarCssVars { /** * The scroll area thumb's height. * @type {number} */ scrollAreaThumbHeight = "--scroll-area-thumb-height", /** * The scroll area thumb's width. * @type {number} */ scrollAreaThumbWidth = "--scroll-area-thumb-width", }