primevue
Version:
PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBloc
17 lines (14 loc) • 356 B
TypeScript
/**
*
* 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 {}