UNPKG

@talend/react-forms

Version:

React forms library based on json schema form.

7 lines (6 loc) 241 B
export function getWidget(widgets: any, widgetId: any, displayMode: any): any; export function useWidget(widgetId: any, displayMode: any): { widgets: any; WidgetImpl: any; }; export const WidgetContext: import("react").Context<any>;