Skip to content

Commit

Permalink
Refactor #3922: Add PT options to d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
habubey committed May 26, 2023
1 parent 438f7ff commit ab52c85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/lib/password/Password.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit ab52c85

Please sign in to comment.