UNPKG

@mobilelivenpm/fds-angular-qa

Version:

This library was generated with [Nx](https://nx.dev).

13 lines (12 loc) 279 B
import { TemplateRef } from '@angular/core'; export declare class Header { } export declare class Footer { } export declare class Template { template: TemplateRef<any>; type: string; name: string; constructor(template: TemplateRef<any>); getType(): string; }