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.

12 lines 282 B
export declare enum AccordionPanelCssVars { /** * The accordion panel's height. * @type {number} */ accordionPanelHeight = "--accordion-panel-height", /** * The accordion panel's width. * @type {number} */ accordionPanelWidth = "--accordion-panel-width", }