Refactor #3965 - For Image

This commit is contained in:
Bahadır Sofuoğlu 2023-05-31 11:00:55 +03:00
parent 80e212b81e
commit 3643490d9e
3 changed files with 164 additions and 122 deletions

View file

@ -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;
}
/**