mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Refactor #3965 - For Message
This commit is contained in:
parent
e0b7838863
commit
ac5f627637
3 changed files with 122 additions and 89 deletions
5
components/lib/message/Message.d.ts
vendored
5
components/lib/message/Message.d.ts
vendored
|
@ -111,6 +111,11 @@ export interface MessageProps {
|
|||
* @type {MessagePassThroughOptions}
|
||||
*/
|
||||
pt?: MessagePassThroughOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue