Skip to content

Latest commit

 

History

History
executable file
·
9 lines (6 loc) · 242 Bytes

typescript.md

File metadata and controls

executable file
·
9 lines (6 loc) · 242 Bytes
  • antd Form import { FormComponentProps } from 'antd/lib/form/Form'; interface IProps extends FormComponentProps {} 这个是可以拿到 form 的声明

  • antd form 表单提交 e 的声明 handleSubmit = (e: React.SyntheticEvent) => {};