mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 12:37:16 +08:00
13 lines
384 B
TypeScript
13 lines
384 B
TypeScript
// Type definitions for Flux 3.1
|
|
// Project: http://facebook.github.io/flux/
|
|
// Definitions by: Steve Baker <https://github.com/stkb>
|
|
// Giedrius Grabauskas <https://github.com/GiedriusGrabauskas>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.3
|
|
|
|
import * as Dispatcher from "./lib/Dispatcher";
|
|
|
|
export {
|
|
Dispatcher
|
|
};
|