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.

15 lines 327 B
export declare enum AccordionItemDataAttributes { /** * Indicates the index of the accordion item. * @type {number} */ index = "data-index", /** * Present when the accordion item is disabled. */ disabled = "data-disabled", /** * Present when the accordion item is open. */ open = "data-open", }