UNPKG

@abgov/angular-components

Version:

Government of Alberta - UI components for Angular

13 lines (12 loc) 790 B
import { GoabSkeletonSize, GoabSkeletonType } from "@abgov/ui-components-common"; import { GoabBaseComponent } from "../base.component"; import * as i0 from "@angular/core"; export declare class GoabSkeleton extends GoabBaseComponent { type: GoabSkeletonType; maxWidth: string; size?: GoabSkeletonSize; lineCount?: number; static ɵfac: i0.ɵɵFactoryDeclaration<GoabSkeleton, never>; static ɵcmp: i0.ɵɵComponentDeclaration<GoabSkeleton, "goab-skeleton", never, { "type": { "alias": "type"; "required": true; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "size": { "alias": "size"; "required": false; }; "lineCount": { "alias": "lineCount"; "required": false; }; }, {}, never, never, true, never>; static ngAcceptInputType_lineCount: unknown; }