mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #3965 - For AvatarGroup
This commit is contained in:
parent
ac398b1c49
commit
4ae07e300b
3 changed files with 45 additions and 14 deletions
5
components/lib/avatargroup/AvatarGroup.d.ts
vendored
5
components/lib/avatargroup/AvatarGroup.d.ts
vendored
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue