From ab52c85152b8d669c3ff40063df2fd13dee89b9a Mon Sep 17 00:00:00 2001 From: habubey Date: Fri, 26 May 2023 13:33:49 +0300 Subject: [PATCH] Refactor #3922: Add PT options to d.ts --- components/lib/password/Password.d.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/lib/password/Password.d.ts b/components/lib/password/Password.d.ts index d3c71589a8..d2b223f285 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. */