@abgov/angular-components
Version:
Government of Alberta - UI components for Angular
15 lines (14 loc) • 990 B
TypeScript
import { GoabTextColor, GoabTextHeadingElement, GoabTextMaxWidth, GoabTextSize, GoabTextTextElement, Spacing } from "@abgov/ui-components-common";
import * as i0 from "@angular/core";
export declare class GoabText {
tag?: GoabTextTextElement | GoabTextHeadingElement;
size?: GoabTextSize;
maxWidth?: GoabTextMaxWidth;
color?: GoabTextColor;
mt?: Spacing;
mb?: Spacing;
ml?: Spacing;
mr?: Spacing;
static ɵfac: i0.ɵɵFactoryDeclaration<GoabText, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GoabText, "goab-text", never, { "tag": { "alias": "tag"; "required": false; }; "size": { "alias": "size"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "color": { "alias": "color"; "required": false; }; "mt": { "alias": "mt"; "required": false; }; "mb": { "alias": "mb"; "required": false; }; "ml": { "alias": "ml"; "required": false; }; "mr": { "alias": "mr"; "required": false; }; }, {}, never, ["*"], true, never>;
}