UNPKG

@visactor/vrender-core

Version:

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

30 lines (27 loc) 930 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.getApplicationState = exports.APPLICATION_STATE_SYMBOL = exports.Application = exports.application = void 0; var application_state_1 = require("./application-state"); Object.defineProperty(exports, "application", { enumerable: !0, get: function() { return application_state_1.application; } }), Object.defineProperty(exports, "Application", { enumerable: !0, get: function() { return application_state_1.Application; } }), Object.defineProperty(exports, "APPLICATION_STATE_SYMBOL", { enumerable: !0, get: function() { return application_state_1.APPLICATION_STATE_SYMBOL; } }), Object.defineProperty(exports, "getApplicationState", { enumerable: !0, get: function() { return application_state_1.getApplicationState; } }); //# sourceMappingURL=application.js.map