mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3911 - update .d.ts
This commit is contained in:
parent
9985119c70
commit
a3bf5c4152
2 changed files with 10 additions and 0 deletions
5
components/lib/message/Message.d.ts
vendored
5
components/lib/message/Message.d.ts
vendored
|
@ -106,6 +106,11 @@ export interface MessageProps {
|
|||
* Uses to pass all properties of the HTMLButtonElement to the close button.
|
||||
*/
|
||||
closeButtonProps?: ButtonHTMLAttributes | undefined;
|
||||
/**
|
||||
* Uses to pass attributes to DOM elements inside the component.
|
||||
* @type {MessagePassThroughOptions}
|
||||
*/
|
||||
pt?: MessagePassThroughOptions;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue