UNPKG

@abgov/angular-components

Version:

Government of Alberta - UI components for Angular

11 lines (10 loc) 682 B
import { GoabBlockAlignment, GoabBlockDirection, Spacing } from "@abgov/ui-components-common"; import { GoabBaseComponent } from "../base.component"; import * as i0 from "@angular/core"; export declare class GoabBlock extends GoabBaseComponent { gap?: Spacing; direction?: GoabBlockDirection; alignment?: GoabBlockAlignment; static ɵfac: i0.ɵɵFactoryDeclaration<GoabBlock, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GoabBlock, "goab-block", never, { "gap": { "alias": "gap"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "alignment": { "alias": "alignment"; "required": false; }; }, {}, never, ["*"], true, never>; }