UNPKG

react-native-unit-components

Version:

Unit React Native components

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