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 298 B
export declare enum ScrollAreaRootCssVars { /** * The scroll area's corner height. * @type {number} */ scrollAreaCornerHeight = "--scroll-area-corner-height", /** * The scroll area's corner width. * @type {number} */ scrollAreaCornerWidth = "--scroll-area-corner-width", }