mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
imagePreview slot added
This commit is contained in:
parent
aedc26d859
commit
fc6230c29a
4 changed files with 17 additions and 2 deletions
4
components/lib/image/Image.d.ts
vendored
4
components/lib/image/Image.d.ts
vendored
|
@ -62,6 +62,10 @@ export interface ImageSlots {
|
|||
* Custom close template.
|
||||
*/
|
||||
close(): VNode[];
|
||||
/**
|
||||
* Custom preview template.
|
||||
*/
|
||||
imagePreview(): VNode[];
|
||||
}
|
||||
|
||||
export interface ImageEmits {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue