UNPKG

zent

Version:

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

5 lines (4 loc) 175 B
/// <reference types="react" /> import { ISinglePanelProps } from '../../types'; declare const MonthPickerPanel: React.FC<ISinglePanelProps>; export default MonthPickerPanel;