UNPKG

zent

Version:

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

6 lines (5 loc) 247 B
/// <reference types="react" /> import { ISingleDateBodyProps } from '../../types'; declare type IQuarterPickerBodyProps = ISingleDateBodyProps; declare const QuarterPickerBody: React.FC<IQuarterPickerBodyProps>; export default QuarterPickerBody;