@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.
13 lines • 424 B
JavaScript
export let ScrollAreaRootCssVars = /*#__PURE__*/function (ScrollAreaRootCssVars) {
/**
* The scroll area's corner height.
* @type {number}
*/
ScrollAreaRootCssVars["scrollAreaCornerHeight"] = "--scroll-area-corner-height";
/**
* The scroll area's corner width.
* @type {number}
*/
ScrollAreaRootCssVars["scrollAreaCornerWidth"] = "--scroll-area-corner-width";
return ScrollAreaRootCssVars;
}({});