mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
332 B
TypeScript
9 lines
332 B
TypeScript
/// <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';
|
|
import * as ReactDOM from 'react-dom';
|
|
ReactDOM.render(<ReactInputCalendar />, document.body);
|