@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.
11 lines • 756 B
JavaScript
export let NumberFieldScrubAreaCursorDataAttributes = /*#__PURE__*/function (NumberFieldScrubAreaCursorDataAttributes) {
NumberFieldScrubAreaCursorDataAttributes["scrubbing"] = "data-scrubbing";
NumberFieldScrubAreaCursorDataAttributes["disabled"] = "data-disabled";
NumberFieldScrubAreaCursorDataAttributes["readonly"] = "data-readonly";
NumberFieldScrubAreaCursorDataAttributes["required"] = "data-required";
NumberFieldScrubAreaCursorDataAttributes["valid"] = "data-valid";
NumberFieldScrubAreaCursorDataAttributes["invalid"] = "data-invalid";
NumberFieldScrubAreaCursorDataAttributes["touched"] = "data-touched";
NumberFieldScrubAreaCursorDataAttributes["dirty"] = "data-dirty";
return NumberFieldScrubAreaCursorDataAttributes;
}({});