Interface to define the props of the username and password
ILoginModelProps
Set a IIconProps or a React-Native component to show a icon for the input
{(IIconProps | TypeComponent)}
Label to show in the input
{string}
Define the rules validation for the input
{IInputRules}
Set a default value to the input
{*}
Generated using TypeDoc
Interface to define the props of the username and password
ILoginModelProps