Repository URL to install this package:
|
Version:
2.8.0-studio-release ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
const tslib_1 = require("tslib");
/**
* @todo
* - this should not be exported
* - we want the plugins separate so they can be replaced without bloating the bundle
*/
tslib_1.__exportStar(require("./config"), exports);
tslib_1.__exportStar(require("./config.register"), exports);
tslib_1.__exportStar(require("./typings"), exports);
tslib_1.__exportStar(require("./ObserverInput"), exports);
tslib_1.__exportStar(require("./InputState"), exports);
tslib_1.__exportStar(require("./InputChain"), exports);
var InputState_1 = require("./InputState");
exports.default = InputState_1.default; //# sourceMappingURL=index.js.map