mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-07 17:17:23 +08:00
5 lines
187 B
TypeScript
5 lines
187 B
TypeScript
import * as ReactInputCalendar from 'react-input-calendar';
|
|
import * as React from 'react';
|
|
import * as ReactDOM from 'react-dom';
|
|
ReactDOM.render(<ReactInputCalendar />, document.body);
|