UNPKG

extended-dynamic-forms

Version:

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

5 lines (3 loc) 258 B
import { ChoiceOption, ResponseMapperConfig } from '../ChoiceWidget.types'; export declare const getNestedValue: (obj: unknown, path: string) => unknown; export declare const mapResponseData: (data: unknown, config: ResponseMapperConfig) => ChoiceOption[];