UNPKG

ts-react-scheduler

Version:

Scheduler component based on TypeScript and ReactJS

4 lines (3 loc) 98 B
import { FC } from 'react'; import './EventDialog.less'; export declare const EventDialog: FC;