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

15 lines (14 loc) 305 B
import { ApiType } from '../BaseType'; export declare const getUser: () => { type: ApiType; payload: { meta: { entity: string; method: string; url: string; }; }; }; export declare const removeUser: () => { type: string; };