Refactor #3965 - For Card

This commit is contained in:
Bahadır Sofuoğlu 2023-05-23 01:03:28 +03:00
parent 6ac09a0794
commit 2bb67db7b5
3 changed files with 35 additions and 9 deletions

View file

@ -63,6 +63,11 @@ export interface CardProps {
* @type {CardPassThroughOptions}
*/
pt?: CardPassThroughOptions;
/**
* When enabled, it removes component related styles in the core.
* @defaultValue false
*/
unstyled?: boolean;
}
/**