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.

18 lines 395 B
export declare enum ComboboxBackdropDataAttributes { /** * Present when the popup is open. */ open = "data-open", /** * Present when the popup is closed. */ closed = "data-closed", /** * Present when the popup is animating in. */ startingStyle = "data-starting-style", /** * Present when the popup is animating out. */ endingStyle = "data-ending-style", }