UNPKG

@rjsf/antd

Version:

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

15 lines (14 loc) 557 B
import { FormContextType, RJSFSchema, StrictRJSFSchema, WidgetProps } from '@rjsf/utils'; declare function AltDateTimeWidget<T = any, S extends StrictRJSFSchema = RJSFSchema, F extends FormContextType = any>(props: WidgetProps<T, S, F>): import("react/jsx-runtime").JSX.Element; declare namespace AltDateTimeWidget { var defaultProps: { showTime: boolean; autofocus: boolean; disabled: boolean; options: { yearsRange: number[]; }; readonly: boolean; }; } export default AltDateTimeWidget;