You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
685 B
13 lines
685 B
import * as i0 from "@angular/core";
|
|
import * as i1 from "@angular/common";
|
|
export declare class AvatarGroup {
|
|
styleClass: string;
|
|
style: any;
|
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarGroup, never>;
|
|
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarGroup, "p-avatarGroup", never, { "styleClass": "styleClass"; "style": "style"; }, {}, never, ["*"]>;
|
|
}
|
|
export declare class AvatarGroupModule {
|
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarGroupModule, never>;
|
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarGroupModule, [typeof AvatarGroup], [typeof i1.CommonModule], [typeof AvatarGroup]>;
|
|
static ɵinj: i0.ɵɵInjectorDeclaration<AvatarGroupModule>;
|
|
}
|