Make material-ui legacy typings use react-0.13.3.d.ts

This commit is contained in:
Adi Dahiya
2015-11-18 17:10:32 -05:00
parent 097e6616f0
commit 2a59c6071d
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
// Definitions by: Nathan Brown <https://github.com/ngbrown>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path='../../react/react.d.ts' />
///<reference path='../../react/react-0.13.3.d.ts' />
declare module "material-ui" {
// The reason for exporting the namespace types (__MaterialUI.*) is to also export the type for casting variable.

View File

@@ -3,7 +3,7 @@
// Definitions by: Nathan Brown <https://github.com/ngbrown>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path='../../react/react.d.ts' />
///<reference path='../../react/react-0.13.3.d.ts' />
declare module "material-ui" {
export import AppBar = __MaterialUI.AppBar; // require('material-ui/lib/app-bar');