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.

14 lines 343 B
export declare enum ProgressValueDataAttributes { /** * Present when the progress has completed. */ complete = "data-complete", /** * Present when the progress is in interminate state. */ indeterminate = "data-indeterminate", /** * Present while the progress is progressing. */ progressing = "data-progressing", }