UNPKG

173 BTypeScriptView Raw
1/// <reference types="react" />
2import React from 'react';
3import * as typing from './type';
4declare const Calender: React.SFC<typing.PropsDefine>;
5export default Calender;