UNPKG

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

61 lines (57 loc) 1.97 kB
import { BaseComponent } from 'primeng/basecomponent'; import { BaseStyle } from 'primeng/base'; import * as i0 from '@angular/core'; import * as i1 from 'primeng/api'; /** * * A set of Avatars can be displayed together using the AvatarGroup component. * * [Live Demo](https://www.primeng.org/avatar/) * * @module avatargroupstyle * */ declare enum AvatarGroupClasses { root = "p-avatar-group" } declare class AvatarGroupStyle extends BaseStyle { name: string; classes: { root: string; }; static ɵfac: i0.ɵɵFactoryDeclaration<AvatarGroupStyle, never>; static ɵprov: i0.ɵɵInjectableDeclaration<AvatarGroupStyle>; } interface AvatarGroupStyle extends BaseStyle { } /** * AvatarGroup is a helper component for Avatar. * @group Components */ declare class AvatarGroup extends BaseComponent { /** * Style class of the component * @group Props */ styleClass: string | undefined; /** * Inline style of the component. * @group Props */ style: { [klass: string]: any; } | null | undefined; get hostClass(): string; get hostStyle(): { [klass: string]: any; }; _componentStyle: AvatarGroupStyle; static ɵfac: i0.ɵɵFactoryDeclaration<AvatarGroup, never>; static ɵcmp: i0.ɵɵComponentDeclaration<AvatarGroup, "p-avatarGroup, p-avatar-group, p-avatargroup", never, { "styleClass": { "alias": "styleClass"; "required": false; }; "style": { "alias": "style"; "required": false; }; }, {}, never, ["*"], true, never>; } declare class AvatarGroupModule { static ɵfac: i0.ɵɵFactoryDeclaration<AvatarGroupModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarGroupModule, never, [typeof AvatarGroup, typeof i1.SharedModule], [typeof AvatarGroup, typeof i1.SharedModule]>; static ɵinj: i0.ɵɵInjectorDeclaration<AvatarGroupModule>; } export { AvatarGroup, AvatarGroupClasses, AvatarGroupModule, AvatarGroupStyle };