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 (14 loc) 325 B
export declare enum FieldRootDataAttributes { /** * Present when the field is disabled. */ disabled = "data-disabled", /** * Present when the field has been touched. */ touched = "data-touched", /** * Present when the field's value has changed. */ dirty = "data-dirty" }