@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.
17 lines (16 loc) • 451 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PopoverPopupCssVars = void 0;
let PopoverPopupCssVars = exports.PopoverPopupCssVars = /*#__PURE__*/function (PopoverPopupCssVars) {
/**
* The width of the popup.
*/
PopoverPopupCssVars["popupWidth"] = "--popup-width";
/**
* The height of the popup.
*/
PopoverPopupCssVars["popupHeight"] = "--popup-height";
return PopoverPopupCssVars;
}({});