@abgov/angular-components
Version:
Government of Alberta - UI components for Angular
13 lines (12 loc) • 680 B
TypeScript
import { EventEmitter } from "@angular/core";
import { GoabTabsOnChangeDetail } from "@abgov/ui-components-common";
import * as i0 from "@angular/core";
export declare class GoabTabs {
initialTab?: number;
testId?: string;
onChange: EventEmitter<GoabTabsOnChangeDetail>;
_onChange(e: Event): void;
static ɵfac: i0.ɵɵFactoryDeclaration<GoabTabs, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GoabTabs, "goab-tabs", never, { "initialTab": { "alias": "initialTab"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], true, never>;
static ngAcceptInputType_initialTab: unknown;
}