claude-web/node_modules/primevue/avatargroup/style/index.d.ts

17 lines
356 B
TypeScript
Raw Permalink Normal View History

2026-02-23 02:23:38 +00:00
/**
*
* A set of Avatars can be displayed together using the AvatarGroup component.
*
* [Live Demo](https://www.primevue.org/avatar/)
*
* @module avatargroupstyle
*
*/
import type { BaseStyle } from '@primevue/core/base/style';
export enum AvatarGroupClasses {
root = 'p-avatar-group'
}
export interface AvatarGroupStyle extends BaseStyle {}