ReferenceComponentsForms and controlsPasswordInputPropsPasswordInputProps component contract.Copy MarkdownView rawEdit Type export type PasswordInputProps = Omit<TextInputProps, "mask"> & { readonly mask?: string; }; Members This declaration has no public members. Source View the secondary source referenceAutocompletePropsAutocompleteProps component contract.SearchInputPropsSearchInputProps component contract.