mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
Merge pull request #7118 from DefinitelyTyped/johnnyreilly-patch-1
Update flux.d.ts
This commit is contained in:
Vendored
+2
-1
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Steve Baker <https://github.com/stkb/>, Giedrius Grabauskas <https://github.com/QuatroDevOfficial/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../react/react-global.d.ts" />
|
||||
/// <reference path="../react/react.d.ts" />
|
||||
|
||||
declare module Flux {
|
||||
|
||||
@@ -70,6 +70,7 @@ declare module "flux" {
|
||||
|
||||
declare module FluxUtils {
|
||||
|
||||
import React = __React;
|
||||
export class Container {
|
||||
constructor();
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user