UNPKG

@abgov/angular-components

Version:

Government of Alberta - UI components for Angular

10 lines (9 loc) 630 B
import { GoabSpacerHorizontalSpacing, GoabSpacerVerticalSpacing } from "@abgov/ui-components-common"; import * as i0 from "@angular/core"; export declare class GoabSpacer { hSpacing?: GoabSpacerHorizontalSpacing; vSpacing?: GoabSpacerVerticalSpacing; testId?: string; static ɵfac: i0.ɵɵFactoryDeclaration<GoabSpacer, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GoabSpacer, "goab-spacer", never, { "hSpacing": { "alias": "hSpacing"; "required": false; }; "vSpacing": { "alias": "vSpacing"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, never, true, never>; }