Refactor #3965 - For AvatarGroup

This commit is contained in:
Bahadır Sofuoğlu 2023-05-25 13:07:09 +03:00
parent ac398b1c49
commit 4ae07e300b
3 changed files with 45 additions and 14 deletions

View file

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