UNPKG

@abgov/angular-components

Version:

Government of Alberta - UI components for Angular

18 lines (17 loc) 1.13 kB
import { GoabIconType, Spacing } from "@abgov/ui-components-common"; import * as i0 from "@angular/core"; export declare class GoabLink { leadingIcon?: GoabIconType; trailingIcon?: GoabIconType; testId?: string; action?: string; actionArg?: string; actionArgs?: Record<string, unknown>; mt?: Spacing; mb?: Spacing; ml?: Spacing; mr?: Spacing; protected readonly JSON: JSON; static ɵfac: i0.ɵɵFactoryDeclaration<GoabLink, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GoabLink, "goab-link", never, { "leadingIcon": { "alias": "leadingIcon"; "required": false; }; "trailingIcon": { "alias": "trailingIcon"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; "action": { "alias": "action"; "required": false; }; "actionArg": { "alias": "actionArg"; "required": false; }; "actionArgs": { "alias": "actionArgs"; "required": false; }; "mt": { "alias": "mt"; "required": false; }; "mb": { "alias": "mb"; "required": false; }; "ml": { "alias": "ml"; "required": false; }; "mr": { "alias": "mr"; "required": false; }; }, {}, never, ["*"], true, never>; }