Options
All
  • Public
  • Public/Protected
  • All
Menu

Module components/input/email.input

Index

Type aliases

EmailInputProps<T>: { disabled: boolean; form: UseForm<T> }

Type parameters

  • T: { email: string }

Type declaration

  • disabled: boolean
  • form: UseForm<T>

Functions

  • components/input/email.input<T>(__namedParameters: EmailInputProps<T>): Element

Generated using TypeDoc