This commit is contained in:
10
node_modules/licia/ReduceStore.d.ts
generated
vendored
Normal file
10
node_modules/licia/ReduceStore.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import types = require('./types');
|
||||
|
||||
declare class ReduceStore {
|
||||
constructor(reducer: types.AnyFn, initialState: any);
|
||||
subscribe(listener: types.AnyFn): types.AnyFn;
|
||||
dispatch(action: any): any;
|
||||
getState(): any;
|
||||
}
|
||||
|
||||
export = ReduceStore;
|
||||
Reference in New Issue
Block a user