Refactor #3922: Add PT options to d.ts

pull/4004/head
habubey 2023-05-26 13:33:49 +03:00
parent 438f7ffb54
commit ab52c85152
1 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,10 @@ export interface PasswordPassThroughOptions {
* Uses to pass attributes to the meter's DOM element. * Uses to pass attributes to the meter's DOM element.
*/ */
meter?: PasswordPassThroughOptionType; 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. * Uses to pass attributes to the info's DOM element.
*/ */