ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
9 lines (8 loc) • 418 B
TypeScript
import { NzImageDirective } from './image.directive';
import * as i0 from "@angular/core";
export declare class NzImageGroupComponent {
images: NzImageDirective[];
addImage(image: NzImageDirective): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NzImageGroupComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NzImageGroupComponent, "nz-image-group", ["nzImageGroup"], {}, {}, never, ["*"]>;
}