@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) • 568 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.NavigationMenuPopupCssVars = void 0;
let NavigationMenuPopupCssVars = exports.NavigationMenuPopupCssVars = /*#__PURE__*/function (NavigationMenuPopupCssVars) {
/**
* The fixed width of the popup element.
* @type {number}
*/
NavigationMenuPopupCssVars["popupWidth"] = "--popup-width";
/**
* The fixed height of the popup element.
* @type {number}
*/
NavigationMenuPopupCssVars["popupHeight"] = "--popup-height";
return NavigationMenuPopupCssVars;
}({});
;