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) 244 B
import { FC } from 'react'; import { WidgetProps } from '@rjsf/utils'; /** * Time Widget using Ant Design TimePicker with full prop pass-through */ declare const TimeWidget: FC<WidgetProps>; export default TimeWidget; export { TimeWidget };