UNPKG

@abgov/angular-components

Version:

Government of Alberta - UI components for Angular

10 lines (9 loc) 541 B
import { Spacing } from "@abgov/ui-components-common"; import { GoabBaseComponent } from "../base.component"; import * as i0 from "@angular/core"; export declare class GoabGrid extends GoabBaseComponent { minChildWidth: string; gap?: Spacing; static ɵfac: i0.ɵɵFactoryDeclaration<GoabGrid, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GoabGrid, "goab-grid", never, { "minChildWidth": { "alias": "minChildWidth"; "required": true; }; "gap": { "alias": "gap"; "required": false; }; }, {}, never, ["*"], true, never>; }