UNPKG

fx-form-widget

Version:
13 lines (12 loc) 315 B
import * as React from 'react'; export declare const datePickerPickerType: { enumKeys: string[]; enumNames: string[]; }; interface RangePickerProps { schema?: any; onChange: Function; value: any; } declare const RangePickerWeidget: React.FC<RangePickerProps>; export default RangePickerWeidget;