UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

8 lines 323 B
export let WizardStepStates = /*#__PURE__*/function (WizardStepStates) { WizardStepStates["ENABLED"] = "enabled"; WizardStepStates["DISABLED"] = "disabled"; WizardStepStates["ERROR"] = "error"; WizardStepStates["SKIPPED"] = "skipped"; WizardStepStates["COMPLETED"] = "completed"; return WizardStepStates; }({});