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.

12 lines (11 loc) 495 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProgressTrackDataAttributes = void 0; let ProgressTrackDataAttributes = exports.ProgressTrackDataAttributes = /*#__PURE__*/function (ProgressTrackDataAttributes) { ProgressTrackDataAttributes["complete"] = "data-complete"; ProgressTrackDataAttributes["indeterminate"] = "data-indeterminate"; ProgressTrackDataAttributes["progressing"] = "data-progressing"; return ProgressTrackDataAttributes; }({});