react-sequencer
Version:
Step based sequencer to give your components reliable states for transitions and animations.
9 lines • 332 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PlayStatus = void 0;
var PlayStatus;
(function (PlayStatus) {
PlayStatus["IDLE"] = "STATUS_IDLE";
PlayStatus["PLAYING"] = "STATUS_PLAYING";
})(PlayStatus = exports.PlayStatus || (exports.PlayStatus = {}));
//# sourceMappingURL=types.js.map