``` tsx import React from "react"; import { Form, Input } from "antd"; import { WrappedFormUtils } from "antd/lib/form/Form"; type $1Props = { form: WrappedFormUtils ...