UNPKG

@abgov/angular-components

Version:

Government of Alberta - UI components for Angular

10 lines (9 loc) 530 B
import { GoabBaseComponent } from "../base.component"; import * as i0 from "@angular/core"; export declare class GoabCard extends GoabBaseComponent { elevation?: number; width?: string; static ɵfac: i0.ɵɵFactoryDeclaration<GoabCard, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GoabCard, "goab-card", never, { "elevation": { "alias": "elevation"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, ["*"], true, never>; static ngAcceptInputType_elevation: unknown; }