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.

17 lines (16 loc) 861 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NumberFieldIncrementDataAttributes = void 0; let NumberFieldIncrementDataAttributes = exports.NumberFieldIncrementDataAttributes = /*#__PURE__*/function (NumberFieldIncrementDataAttributes) { NumberFieldIncrementDataAttributes["scrubbing"] = "data-scrubbing"; NumberFieldIncrementDataAttributes["disabled"] = "data-disabled"; NumberFieldIncrementDataAttributes["readonly"] = "data-readonly"; NumberFieldIncrementDataAttributes["required"] = "data-required"; NumberFieldIncrementDataAttributes["valid"] = "data-valid"; NumberFieldIncrementDataAttributes["invalid"] = "data-invalid"; NumberFieldIncrementDataAttributes["touched"] = "data-touched"; NumberFieldIncrementDataAttributes["dirty"] = "data-dirty"; return NumberFieldIncrementDataAttributes; }({});