ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
32 lines (31 loc) • 1.84 kB
TypeScript
/**
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
*/
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NzListEmptyComponent {
nzNoResult?: string | TemplateRef<void>;
static ɵfac: i0.ɵɵFactoryDeclaration<NzListEmptyComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NzListEmptyComponent, "nz-list-empty", ["nzListHeader"], { "nzNoResult": "nzNoResult"; }, {}, never, never>;
}
export declare class NzListHeaderComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<NzListHeaderComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NzListHeaderComponent, "nz-list-header", ["nzListHeader"], {}, {}, never, ["*"]>;
}
export declare class NzListFooterComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<NzListFooterComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NzListFooterComponent, "nz-list-footer", ["nzListFooter"], {}, {}, never, ["*"]>;
}
export declare class NzListPaginationComponent {
static ɵfac: i0.ɵɵFactoryDeclaration<NzListPaginationComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NzListPaginationComponent, "nz-list-pagination", ["nzListPagination"], {}, {}, never, ["*"]>;
}
export declare class NzListLoadMoreDirective {
static ɵfac: i0.ɵɵFactoryDeclaration<NzListLoadMoreDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NzListLoadMoreDirective, "nz-list-load-more", ["nzListLoadMoreDirective"], {}, {}, never>;
}
export declare class NzListGridDirective {
static ɵfac: i0.ɵɵFactoryDeclaration<NzListGridDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NzListGridDirective, "nz-list[nzGrid]", never, {}, {}, never>;
}