UNPKG

@talend/react-forms

Version:

React forms library based on json schema form.

8 lines (7 loc) 374 B
export function defaultTitle(formData: any, schema: any, options: any): any; /** * createCollapsibleFieldset create a widget with a title function * @param {function} title the function called by the component to compute the title * @return {function} CollapsibleFieldset react component */ export default function createCollapsibleFieldset(title?: Function): Function;