UNPKG

react-native-unit-components

Version:

Unit React Native components

18 lines (17 loc) 509 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnitComponentsUiManager = void 0; var _UNComponentsFlows = require("../../flows/UNComponentsFlows"); class UnitComponentsUiManager { flows = new _UNComponentsFlows.UNComponentsFlows(); constructor() { this.init(); } init = () => { this.flows = new _UNComponentsFlows.UNComponentsFlows(); }; } exports.UnitComponentsUiManager = UnitComponentsUiManager; //# sourceMappingURL=unitComponentsUiManager.js.map