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

11 lines (10 loc) 249 B
export declare class PayloadType { data: any; meta: any; constructor(data: any, meta: any); } export declare class ActionType { type: String; payload: PayloadType; constructor(type: String, payload: PayloadType); }