@maif/react-forms 1.3.1-rc.12 → 1.3.1-rc.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.d.ts +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -447,6 +447,6 @@ interface FormRef {
|
|
|
447
447
|
data: () => any;
|
|
448
448
|
};
|
|
449
449
|
}
|
|
450
|
-
declare const Form: <T extends TBaseObject>(props: FormProps<T>, ref
|
|
450
|
+
declare const Form: <T extends TBaseObject>(props: FormProps<T>, ref?: React$1.Ref<FormRef>) => React$1.ReactElement;
|
|
451
451
|
|
|
452
452
|
export { BooleanInput, CodeInput, Collapse, ConditionnalSchema, ConditionnalSchemaElement, Flow, FlowObject, Form, FormRef, Format, HttpClient, Informations, MarkdownInput, ObjectInput, Option, OptionActionItem, OptionActions, Schema, SchemaEntry, SchemaRenderType, SelectInput, SelectOption, SingleLineCode, TBaseObject, TFunctionalProperty, Type, constraints_d as constraints, format, type };
|