primeng
Version:
PrimeNG is an open source UI library for Angular 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 PrimeB
25 lines (24 loc) • 640 B
TypeScript
import { BaseStyle } from 'primeng/base';
import * as i0 from "@angular/core";
export declare class AvatarGroupStyle extends BaseStyle {
name: string;
classes: {
root: string;
};
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarGroupStyle, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<AvatarGroupStyle>;
}
/**
*
* A set of Avatars can be displayed together using the AvatarGroup component.
*
* [Live Demo](https://www.primeng.org/avatar/)
*
* @module avatargroupstyle
*
*/
export declare enum AvatarGroupClasses {
root = "p-avatar-group"
}
export interface AvatarGroupStyle extends BaseStyle {
}