export let ProgressIndicatorDataAttributes = /*#__PURE__*/function (ProgressIndicatorDataAttributes) { ProgressIndicatorDataAttributes["complete"] = "data-complete"; ProgressIndicatorDataAttributes["indeterminate"] = "data-indeterminate"; ProgressIndicatorDataAttributes["progressing"] = "data-progressing"; return ProgressIndicatorDataAttributes; }({});