Options
All
  • Public
  • Public/Protected
  • All
Menu

Module components/input/password.input

Index

Type aliases

PasswordInputProps<T>: { disabled?: boolean; form: UseForm<T>; props?: MantinePasswordInputProps }

Type parameters

  • T: { password: string }

Type declaration

  • Optional disabled?: boolean
  • form: UseForm<T>
  • Optional props?: MantinePasswordInputProps

Functions

Generated using TypeDoc