UNPKG

extended-dynamic-forms

Version:

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

10 lines (8 loc) 255 B
import { FC } from 'react'; import { WidgetProps } from '@rjsf/utils'; /** * Boolean input widget using Ant Design Switch with full prop pass-through */ declare const SwitchWidget: FC<WidgetProps>; export default SwitchWidget; export { SwitchWidget };