Icard/angular-clarity-master(work.../node_modules/primeng/api/shared.d.ts

26 lines
1.3 KiB
TypeScript

import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
export declare class Header {
static ɵfac: i0.ɵɵFactoryDeclaration<Header, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<Header, "p-header", never, {}, {}, never, ["*"], false, never>;
}
export declare class Footer {
static ɵfac: i0.ɵɵFactoryDeclaration<Footer, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<Footer, "p-footer", never, {}, {}, never, ["*"], false, never>;
}
export declare class PrimeTemplate {
template: TemplateRef<any>;
type: string | undefined;
name: string | undefined;
constructor(template: TemplateRef<any>);
getType(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<PrimeTemplate, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<PrimeTemplate, "[pTemplate]", never, { "type": { "alias": "type"; "required": false; }; "name": { "alias": "pTemplate"; "required": false; }; }, {}, never, never, false, never>;
}
export declare class SharedModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof Header, typeof Footer, typeof PrimeTemplate], [typeof i1.CommonModule], [typeof Header, typeof Footer, typeof PrimeTemplate]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
}