Files
DefinitelyTyped/types/flux/index.d.ts
2017-08-20 15:37:53 -07:00

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
};