Added references

Added immutable and react references.
This commit is contained in:
Giedrius Grabauskas
2015-10-19 19:06:19 +03:00
parent 3d4207f11f
commit 9617349830
+4 -1
View File
@@ -1,8 +1,11 @@
// Type definitions for Flux
// Project: http://facebook.github.io/flux/
// Definitions by: Steve Baker <https://github.com/stkb/>
// Definitions by: Steve Baker <https://github.com/stkb/>, Giedrius Grabauskas <https://github.com/QuatroDevOfficial/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../immutable/immutable.d.ts" />
/// <reference path="../react/react-global.d.ts" />
declare module Flux {
/**