UNPKG

@yoyoboot/l-52abp-ng

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.13.

19 lines (18 loc) 891 B
import { AfterViewInit, Renderer2, ElementRef } from '@angular/core'; import { TitleService } from '@delon/theme'; import { ReuseTabService } from '@delon/abc/reuse-tab'; import * as i0 from "@angular/core"; export declare class PageGridComponent implements AfterViewInit { private el; private rend; private titleSrv; private reuseSrv; loading: boolean; noSpacing: boolean; style: any; set title(value: string); constructor(el: ElementRef, rend: Renderer2, titleSrv: TitleService, reuseSrv: ReuseTabService); ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<PageGridComponent, [null, null, { optional: true; }, { optional: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<PageGridComponent, "l-page-grid", never, { "loading": "loading"; "noSpacing": "noSpacing"; "style": "style"; "title": "title"; }, {}, never, never>; }