@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.
29 lines (28 loc) • 1.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ScrollAreaViewportCssVars = void 0;
let ScrollAreaViewportCssVars = exports.ScrollAreaViewportCssVars = /*#__PURE__*/function (ScrollAreaViewportCssVars) {
/**
* The distance from the horizontal start edge in pixels.
* @type {number}
*/
ScrollAreaViewportCssVars["scrollAreaOverflowXStart"] = "--scroll-area-overflow-x-start";
/**
* The distance from the horizontal end edge in pixels.
* @type {number}
*/
ScrollAreaViewportCssVars["scrollAreaOverflowXEnd"] = "--scroll-area-overflow-x-end";
/**
* The distance from the vertical start edge in pixels.
* @type {number}
*/
ScrollAreaViewportCssVars["scrollAreaOverflowYStart"] = "--scroll-area-overflow-y-start";
/**
* The distance from the vertical end edge in pixels.
* @type {number}
*/
ScrollAreaViewportCssVars["scrollAreaOverflowYEnd"] = "--scroll-area-overflow-y-end";
return ScrollAreaViewportCssVars;
}({});