mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
parent
f93e2be93d
commit
cd7ef52319
32 changed files with 239 additions and 53 deletions
5
components/lib/inplace/Inplace.d.ts
vendored
5
components/lib/inplace/Inplace.d.ts
vendored
|
@ -31,6 +31,7 @@ export interface InplaceProps {
|
|||
disabled?: boolean | undefined;
|
||||
/**
|
||||
* Icon to display in the close button.
|
||||
* @deprecated since v3.27.0. Use 'closeicon' slot.
|
||||
*/
|
||||
closeIcon?: string | undefined;
|
||||
/**
|
||||
|
@ -55,6 +56,10 @@ export interface InplaceSlots {
|
|||
* Custom content template.
|
||||
*/
|
||||
content(): VNode[];
|
||||
/**
|
||||
* Custom close icon template.
|
||||
*/
|
||||
closeicon(): VNode[];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue