UNPKG

react-native-unit-components

Version:

Unit React Native components

14 lines (10 loc) 283 B
import { UNComponentsFlows } from '../../flows/UNComponentsFlows'; export class UnitComponentsUiManager { public flows: UNComponentsFlows = new UNComponentsFlows(); constructor() { this.init(); } private init = () => { this.flows = new UNComponentsFlows(); }; }