Form
Sourceimport  { Form } from "@prestojs/final-form";
Component Props:
| Prop | Type | Description | |
|---|---|---|---|
| * | props An object with the properties below  | ||
| props.formProps | Record | ||
| props.initialValues | FormValues|ViewModelInterface | ||
| ... | any | Any properties from FinalFormProps  | |