UNPKG

zent

Version:

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

8 lines (7 loc) 264 B
/// <reference types="react" /> import { ISingleDateBodyProps } from '../../types'; interface IYearPickerBodyProps extends ISingleDateBodyProps { firstYear: number; } declare const YearPickerBody: React.FC<IYearPickerBodyProps>; export default YearPickerBody;