tuil
ReferenceComponentsForms and controls

PasswordInputProps

PasswordInputProps component contract.

View rawEdit

Type

export type PasswordInputProps = Omit<TextInputProps, "mask"> & {
  readonly mask?: string;
};

Members

This declaration has no public members.

Source

View the secondary source reference

On this page