UNPKG

react-native-unit-components

Version:

Unit React Native components

11 lines 237 B
import { UNFlows } from '../../flows/UNFlows'; export class UnitUiManager { flows = new UNFlows(); constructor() { this.init(); } init = () => { this.flows = new UNFlows(); }; } //# sourceMappingURL=unitUiManager.js.map