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.

19 lines (18 loc) 579 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CollapsiblePanelCssVars = void 0; let CollapsiblePanelCssVars = exports.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; }({});