mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-17 11:45:58 +08:00
9 lines
306 B
TypeScript
9 lines
306 B
TypeScript
/// <reference path="./react-input-calendar.d.ts"/>
|
|
/// <reference types="react"/>
|
|
/// <reference types="react-dom"/>
|
|
|
|
import * as ReactInputCalendar from 'react-input-calendar';
|
|
import * as React from 'react';
|
|
import * as ReactDOM from 'react-dom';
|
|
ReactDOM.render(<ReactInputCalendar />, document.body);
|