@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 • 413 B
JavaScript
export let 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;
}({});