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 (17 loc) 801 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SwitchThumbDataAttributes = void 0; let SwitchThumbDataAttributes = exports.SwitchThumbDataAttributes = /*#__PURE__*/function (SwitchThumbDataAttributes) { SwitchThumbDataAttributes["checked"] = "data-checked"; SwitchThumbDataAttributes["unchecked"] = "data-unchecked"; SwitchThumbDataAttributes["disabled"] = "data-disabled"; SwitchThumbDataAttributes["readonly"] = "data-readonly"; SwitchThumbDataAttributes["required"] = "data-required"; SwitchThumbDataAttributes["valid"] = "data-valid"; SwitchThumbDataAttributes["invalid"] = "data-invalid"; SwitchThumbDataAttributes["touched"] = "data-touched"; SwitchThumbDataAttributes["dirty"] = "data-dirty"; return SwitchThumbDataAttributes; }({});