UNPKG

zent

Version:

一套前端设计语言和基于React的实现

6 lines (5 loc) 229 B
import { FC } from 'react'; import { ISingleDateBodyProps } from '../../types'; declare type IMonthPickerBodyProps = ISingleDateBodyProps; declare const MonthPickerBody: FC<IMonthPickerBodyProps>; export default MonthPickerBody;