@abgov/angular-components
Version:
Government of Alberta - UI components for Angular
9 lines (8 loc) • 488 B
TypeScript
import { GoabPageBlockSize } from "@abgov/ui-components-common";
import * as i0 from "@angular/core";
export declare class GoabPageBlock {
width?: GoabPageBlockSize;
testId?: string;
static ɵfac: i0.ɵɵFactoryDeclaration<GoabPageBlock, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GoabPageBlock, "goab-page-block", never, { "width": { "alias": "width"; "required": false; }; "testId": { "alias": "testId"; "required": false; }; }, {}, never, ["*"], true, never>;
}