Interface UseFieldErrorReturn

Hierarchy

  • UseFieldErrorReturn

Properties

Properties

changeError: ((error: undefined | string) => void)

Type declaration

    • (error: undefined | string): void
    • Set the fields error state.

      Parameters

      • error: undefined | string

      Returns void

error: undefined | string

Generated using TypeDoc