UNPKG

@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 430 B
export let CollapsiblePanelCssVars = /*#__PURE__*/function (CollapsiblePanelCssVars) { /** * The collapsible panel's height. * @type {number} */ CollapsiblePanelCssVars["collapsiblePanelHeight"] = "--collapsible-panel-height"; /** * The collapsible panel's width. * @type {number} */ CollapsiblePanelCssVars["collapsiblePanelWidth"] = "--collapsible-panel-width"; return CollapsiblePanelCssVars; }({});