UNPKG

fb-test-module

Version:

How to use: ``` import {store, getStore} from 'fb-test-module'; conf.DialogramApi = "API_BASE_URL"; conf.Platform = "mobile"; //use "web" if you are on webApp getStore(); //Inject store in your provider ``` and you'r readyt to go. # Base ## Act

4 lines (3 loc) 155 B
export declare function ApiMonitor(action: any): any; export declare function LogOutMonitor(action: any): any; export declare function rootSaga(): any;