@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.
11 lines • 310 B
JavaScript
export let PopoverPopupCssVars = /*#__PURE__*/function (PopoverPopupCssVars) {
/**
* The width of the popup.
*/
PopoverPopupCssVars["popupWidth"] = "--popup-width";
/**
* The height of the popup.
*/
PopoverPopupCssVars["popupHeight"] = "--popup-height";
return PopoverPopupCssVars;
}({});