Refactor #3922: Add PT options to d.ts
parent
438f7ffb54
commit
ab52c85152
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue