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 397 B
export declare enum SelectBackdropDataAttributes { /** * Present when the select is open. */ open = "data-open", /** * Present when the select is closed. */ closed = "data-closed", /** * Present when the select is animating in. */ startingStyle = "data-starting-style", /** * Present when the select is animating out. */ endingStyle = "data-ending-style", }