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
35 lines (34 loc) • 1.38 kB
TypeScript
import { BaseComponent } from 'primeng/basecomponent';
import { AvatarGroupStyle } from './style/avatargroupstyle';
import * as i0 from "@angular/core";
import * as i1 from "primeng/api";
/**
* AvatarGroup is a helper component for Avatar.
* @group Components
*/
export 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>;
}
export 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>;
}