mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For InlineMessage
This commit is contained in:
parent
34d2b65236
commit
0d3816522a
3 changed files with 66 additions and 36 deletions
|
@ -76,6 +76,11 @@ export interface InlineMessageProps {
|
|||
* @type {InlineMessagePassThroughOptions}
|
||||
*/
|
||||
pt?: InlineMessagePassThroughOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
/**
|
||||
* Defines valid slots in InlineMessage slots.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue