UNPKG

react-native-story-component

Version:
16 lines (15 loc) 502 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.ActionStates = void 0; var _components = require("./components"); let ActionStates = /*#__PURE__*/function (ActionStates) { ActionStates[ActionStates["PREVIOUS"] = 0] = "PREVIOUS"; ActionStates[ActionStates["NEXT"] = 1] = "NEXT"; return ActionStates; }({}); exports.ActionStates = ActionStates; var _default = _components.Story; exports.default = _default; //# sourceMappingURL=index.js.map