# PasswordInputProps

Source: /tuil/docs/reference/components/forms/password-input-props
Locale: en

PasswordInputProps component contract.



{/* Generated by tooling/docs/generate-reference.ts. */}

## Type [#type]

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

## Members [#members]

This declaration has no public members.

## Source [#source]

[View the secondary source reference](https://github.com/mwillbanks/tuil/blob/main/registry/forms/controls.tsx)
