UNPKG

extended-dynamic-forms

Version:

Extended React JSON Schema Form (RJSF) v6 with custom components, widgets, templates, layouts, and form events

7 lines (5 loc) 165 B
import { FC } from 'react'; import { WidgetProps } from '@rjsf/utils'; declare const HtmlWidget: FC<WidgetProps>; export default HtmlWidget; export { HtmlWidget };