UNPKG

react-native-story-component

Version:
8 lines 298 B
import { Story } from './components'; export let ActionStates = /*#__PURE__*/function (ActionStates) { ActionStates[ActionStates["PREVIOUS"] = 0] = "PREVIOUS"; ActionStates[ActionStates["NEXT"] = 1] = "NEXT"; return ActionStates; }({}); export default Story; //# sourceMappingURL=index.js.map