mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 04:24:30 +08:00
Add connect function
This commit is contained in:
1
reflux/reflux.d.ts
vendored
1
reflux/reflux.d.ts
vendored
@@ -52,6 +52,7 @@ declare module RefluxCore {
|
||||
function createActions(definition: ActionsDefinition): any;
|
||||
function createActions(definitions: string[]): any;
|
||||
|
||||
function connect(store: Store, key?: string):void;
|
||||
function listenTo(store: Store, handler: string):void;
|
||||
function setState(state: any):void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user