Documents / @faasjs/ant-design / FormSubmitProps
Type Alias: FormSubmitProps
FormSubmitProps =
object
Submit button configuration for the Form component.
Properties
buttonProps?
optionalbuttonProps?:ButtonProps
Props forwarded to the Ant Design submit button.
text?
optionaltext?:string
Submit button label.