Interface IIgrFormProps

Hierarchy

Hierarchy

  • IIgrFormProps

Properties

children?: ReactNode
className?: string
id?: string
novalidate?: string | boolean

Specifies if form data validation should be skipped on submit.

reset?: ((s, e) => void)

Type declaration

style?: CSSProperties
submit?: ((s, e) => void)

Type declaration