export interface PasswordProps { /** The current value of the password input (v-model) */ modelValue?: string | null /** Alternate way to set the password value */ value?: string | null }