timeline-state-resolver-types
Version:
Have timeline, control stuff
8 lines • 387 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.QuantelTransitionType = void 0;
var QuantelTransitionType;
(function (QuantelTransitionType) {
QuantelTransitionType[QuantelTransitionType["DELAY"] = 0] = "DELAY";
})(QuantelTransitionType = exports.QuantelTransitionType || (exports.QuantelTransitionType = {}));
//# sourceMappingURL=quantel.js.map