UNPKG

rjsf-antd

Version:

Ant Design theme, fields and widgets for react-jsonschema-form

5 lines 329 B
/// <reference types="react" /> import { WidgetProps } from 'react-jsonschema-form'; declare const RangePickerWidget: ({ id, required, readonly, disabled, value, onChange, onBlur, onFocus, autofocus, options, schema }: WidgetProps) => JSX.Element; export default RangePickerWidget; //# sourceMappingURL=RangePickerWidget.d.ts.map