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.

19 lines (18 loc) 569 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ScrollAreaRootCssVars = void 0; let ScrollAreaRootCssVars = exports.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; }({});