UNPKG

dtd

Version:

根据数梦工场视觉规范打造的组件库,感谢react-components和ant design

7 lines (6 loc) 183 B
import * as React from 'react'; export interface PickerProps { value?: any; prefixCls: string; } export default function createPicker(TheCalendar: React.ComponentClass): any;