UNPKG

@abgov/angular-components

Version:

Government of Alberta - UI components for Angular

10 lines (9 loc) 469 B
import { TemplateRef } from "@angular/core"; import * as i0 from "@angular/core"; export declare class GoabTab { heading: string | TemplateRef<any>; getHeadingAsString(): string; getHeadingAsTemplate(): TemplateRef<any> | null; static ɵfac: i0.ɵɵFactoryDeclaration<GoabTab, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GoabTab, "goab-tab", never, { "heading": { "alias": "heading"; "required": false; }; }, {}, never, ["*"], true, never>; }