mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For Image
This commit is contained in:
parent
80e212b81e
commit
3643490d9e
3 changed files with 164 additions and 122 deletions
5
components/lib/image/Image.d.ts
vendored
5
components/lib/image/Image.d.ts
vendored
|
@ -168,6 +168,11 @@ export interface ImageProps {
|
|||
* @type {ImagePassThroughOptions}
|
||||
*/
|
||||
pt?: ImagePassThroughOptions;
|
||||
/**
|
||||
* When enabled, it removes component related styles in the core.
|
||||
* @defaultValue false
|
||||
*/
|
||||
unstyled?: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue