mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-06 01:10:08 +00:00
Make material-ui legacy typings use react-0.13.3.d.ts
This commit is contained in:
2
material-ui/legacy/material-ui-0.11.1.d.ts
vendored
2
material-ui/legacy/material-ui-0.11.1.d.ts
vendored
@@ -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.
|
||||
|
||||
2
material-ui/legacy/material-ui-0.12.1.d.ts
vendored
2
material-ui/legacy/material-ui-0.12.1.d.ts
vendored
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user