diff --git a/components/lib/password/Password.d.ts b/components/lib/password/Password.d.ts index d3c71589a..d2b223f28 100755 --- a/components/lib/password/Password.d.ts +++ b/components/lib/password/Password.d.ts @@ -51,6 +51,10 @@ export interface PasswordPassThroughOptions { * Uses to pass attributes to the meter's DOM element. */ meter?: PasswordPassThroughOptionType; + /** + * Uses to pass attributes to the meter label's DOM element. + */ + meterLabel?: PasswordPassThroughOptionType; /** * Uses to pass attributes to the info's DOM element. */