mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3922: Add PT options to d.ts
This commit is contained in:
parent
438f7ffb54
commit
ab52c85152
1 changed files with 4 additions and 0 deletions
4
components/lib/password/Password.d.ts
vendored
4
components/lib/password/Password.d.ts
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue