UNPKG

react-native-unit-components

Version:

Unit React Native components

11 lines 297 B
import { UNComponentsFlows } from '../../flows/UNComponentsFlows'; export class UnitComponentsUiManager { flows = new UNComponentsFlows(); constructor() { this.init(); } init = () => { this.flows = new UNComponentsFlows(); }; } //# sourceMappingURL=unitComponentsUiManager.js.map