Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRecoveryPasswordModelProps

Interface to define the props of the email

interface

IRecoveryPasswordModelProps

Hierarchy

  • IRecoveryPasswordModelProps

Index

Properties

Properties

Optional icon

icon: IIconProps | TypeComponent

Icon props or React-Native component to show a icon in the Input

type

{(IIconProps | TypeComponent)}

Optional label

label: undefined | string

Define the label of a Input

type

{string}

Optional rules

rules: IInputRules

Object with the rules for the Input

type

{IInputRules}

Optional value

value: any

Set a value to the Input

type

{*}

Generated using TypeDoc