UNPKG

@agentlab/rjsf-antd

Version:

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

8 lines 284 B
import React from 'react'; import { WidgetProps } from 'react-jsonschema-form'; declare type CustomWidgetProps = WidgetProps & { options: any; }; declare const TextareaWidget: React.FC<CustomWidgetProps>; export default TextareaWidget; //# sourceMappingURL=TextareaWidget.d.ts.map