mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
parent
0c4d487dd9
commit
62f769382a
9 changed files with 24 additions and 14 deletions
|
@ -21,6 +21,7 @@ export interface InlineMessageProps {
|
|||
severity?: 'success' | 'info' | 'warn' | 'error' | string | undefined;
|
||||
/**
|
||||
* Display a custom icon for the message.
|
||||
* @todo
|
||||
*/
|
||||
icon?: string | undefined;
|
||||
}
|
||||
|
@ -35,7 +36,7 @@ export interface InlineMessageSlots {
|
|||
/**
|
||||
* Custom message icon template.
|
||||
*/
|
||||
messageicon(): VNode[];
|
||||
icon(): VNode[];
|
||||
}
|
||||
|
||||
export interface InlineMessageEmits {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue