Refactor #3922: Add PT options to d.ts

This commit is contained in:
habubey 2023-05-26 13:33:49 +03:00
parent 438f7ffb54
commit ab52c85152

View file

@ -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.
*/