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

6 lines (5 loc) 185 B
declare const store: import("redux").Store<{}, import("redux").Action<any>> & { dispatch: {}; }; export declare const loadPersistStore: (cb: any) => any; export default store;