mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Refactor #4231 - For Image
This commit is contained in:
parent
dea8190c64
commit
4488b0082a
2 changed files with 5 additions and 1 deletions
4
components/lib/image/Image.d.ts
vendored
4
components/lib/image/Image.d.ts
vendored
|
@ -103,6 +103,10 @@ export interface ImagePassThroughOptions {
|
|||
* @see {@link BaseComponent.ComponentHooks}
|
||||
*/
|
||||
hooks?: ComponentHooks;
|
||||
/**
|
||||
* Used to control Vue Transition API.
|
||||
*/
|
||||
transition?: any;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue