UNPKG

react-native-unit-components

Version:

Unit React Native components

18 lines (17 loc) 399 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnitUiManager = void 0; var _UNFlows = require("../../flows/UNFlows"); class UnitUiManager { flows = new _UNFlows.UNFlows(); constructor() { this.init(); } init = () => { this.flows = new _UNFlows.UNFlows(); }; } exports.UnitUiManager = UnitUiManager; //# sourceMappingURL=unitUiManager.js.map