UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

12 lines (9 loc) 350 B
"use strict"; var STATUS; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.STATUS = void 0, function(STATUS) { STATUS[STATUS.INITIAL = 0] = "INITIAL", STATUS[STATUS.RUNNING = 1] = "RUNNING", STATUS[STATUS.PAUSE = 2] = "PAUSE"; }(STATUS = exports.STATUS || (exports.STATUS = {})); //# sourceMappingURL=ticker.js.map