primeng
Version:
PrimeNG is a premium UI library for Angular featuring a rich set of 90+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock,
59 lines (55 loc) • 2.09 kB
TypeScript
import { BaseComponent } from 'primeng/basecomponent';
import * as i1 from 'primeng/bind';
import { Bind } from 'primeng/bind';
import { AvatarGroupPassThrough } from 'primeng/types/avatargroup';
import { BaseStyle } from 'primeng/base';
import * as i0 from '@angular/core';
import { CSSProperties } from 'primeng/types/shared';
import * as i2 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<AvatarGroupPassThrough> {
componentName: string;
$pcAvatarGroup: AvatarGroup | undefined;
bindDirectiveInstance: Bind;
onAfterViewChecked(): void;
/**
* Inline style of the component.
* @group Props
*/
style: CSSProperties;
get hostStyle(): CSSProperties;
_componentStyle: AvatarGroupStyle;
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarGroup, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarGroup, "p-avatar-group, p-avatargroup", never, { "style": { "alias": "style"; "required": false; }; }, {}, never, ["*"], true, [{ directive: typeof i1.Bind; inputs: {}; outputs: {}; }]>;
}
declare class AvatarGroupModule {
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarGroupModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarGroupModule, never, [typeof AvatarGroup, typeof i2.SharedModule], [typeof AvatarGroup, typeof i2.SharedModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<AvatarGroupModule>;
}
export { AvatarGroup, AvatarGroupClasses, AvatarGroupModule, AvatarGroupStyle };