mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Update tests for dependencies of React to work with v0.14
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
/// <reference path="./react-input-calendar.d.ts"/>
|
||||
/// <reference path="../react/react.d.ts"/>
|
||||
/// <reference path="../react/react-dom.d.ts"/>
|
||||
|
||||
import * as ReactInputCalendar from 'react-input-calendar';
|
||||
import * as React from 'react';
|
||||
React.render(<ReactInputCalendar />, document.body);
|
||||
import * as ReactDOM from 'react-dom';
|
||||
ReactDOM.render(<ReactInputCalendar />, document.body);
|
||||
|
||||
Reference in New Issue
Block a user