UNPKG

custom-app

Version:

ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������

5 lines (4 loc) 196 B
import * as React from 'react'; declare type PickerType = 'date' | 'week' | 'month'; export default function wrapPicker(Picker: React.ComponentClass<any>, pickerType: PickerType): any; export {};