mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
parent
89c797bccd
commit
93e29872e9
4 changed files with 38 additions and 2 deletions
|
@ -65,6 +65,10 @@ export interface OverlayPanelProps {
|
|||
* Object literal to define widths per screen size.
|
||||
*/
|
||||
breakpoints?: OverlayPanelBreakpoints;
|
||||
/**
|
||||
* Icon to display in the message close button.
|
||||
*/
|
||||
closeIcon?: string | undefined;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -75,6 +79,10 @@ export interface OverlayPanelSlots {
|
|||
* Custom content template.
|
||||
*/
|
||||
default(): VNode[];
|
||||
/**
|
||||
* Custom close icon template.
|
||||
*/
|
||||
closeicon(): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue