@abgov/angular-components
Version:
Government of Alberta - UI components for Angular
16 lines (15 loc) • 1.11 kB
TypeScript
import { GoabContainerAccent, GoabContainerPadding, GoabContainerType, GoabContainerWidth } from "@abgov/ui-components-common";
import { TemplateRef } from "@angular/core";
import { GoabBaseComponent } from "../base.component";
import * as i0 from "@angular/core";
export declare class GoabContainer extends GoabBaseComponent {
type?: GoabContainerType;
accent?: GoabContainerAccent;
padding?: GoabContainerPadding;
width?: GoabContainerWidth;
maxWidth?: string;
title: TemplateRef<any>;
actions: TemplateRef<any>;
static ɵfac: i0.ɵɵFactoryDeclaration<GoabContainer, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GoabContainer, "goab-container", never, { "type": { "alias": "type"; "required": false; }; "accent": { "alias": "accent"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "width": { "alias": "width"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "title": { "alias": "title"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, {}, never, ["*"], true, never>;
}