12345678910111213141516171819202122232425262728293031 |
- /**
- * 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": { "alias": "nzNoResult"; "required": false; }; }, {}, never, never, true, never>;
- }
- export declare class NzListHeaderComponent {
- static ɵfac: i0.ɵɵFactoryDeclaration<NzListHeaderComponent, never>;
- static ɵcmp: i0.ɵɵComponentDeclaration<NzListHeaderComponent, "nz-list-header", ["nzListHeader"], {}, {}, never, ["*"], true, never>;
- }
- export declare class NzListFooterComponent {
- static ɵfac: i0.ɵɵFactoryDeclaration<NzListFooterComponent, never>;
- static ɵcmp: i0.ɵɵComponentDeclaration<NzListFooterComponent, "nz-list-footer", ["nzListFooter"], {}, {}, never, ["*"], true, never>;
- }
- export declare class NzListPaginationComponent {
- static ɵfac: i0.ɵɵFactoryDeclaration<NzListPaginationComponent, never>;
- static ɵcmp: i0.ɵɵComponentDeclaration<NzListPaginationComponent, "nz-list-pagination", ["nzListPagination"], {}, {}, never, ["*"], true, never>;
- }
- export declare class NzListLoadMoreDirective {
- static ɵfac: i0.ɵɵFactoryDeclaration<NzListLoadMoreDirective, never>;
- static ɵdir: i0.ɵɵDirectiveDeclaration<NzListLoadMoreDirective, "nz-list-load-more", ["nzListLoadMoreDirective"], {}, {}, never, never, true, never>;
- }
- export declare class NzListGridDirective {
- static ɵfac: i0.ɵɵFactoryDeclaration<NzListGridDirective, never>;
- static ɵdir: i0.ɵɵDirectiveDeclaration<NzListGridDirective, "nz-list[nzGrid]", never, {}, {}, never, never, true, never>;
- }
|