UNPKG

skeleton-elements

Version:

Skeleton elements (aka UI Skeletons, Skeleton Screens, Ghost Elements) - UI for improved perceived performance

14 lines (13 loc) 657 B
import { SkeletonEffects } from './skeletonEffect'; import * as i0 from "@angular/core"; export declare class SkeletonAvatarComponent { size: number; color: string; showIcon: boolean; iconColor: string; borderRadius: string; effect: SkeletonEffects; multiplyPoints(pointsString: any): string; static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonAvatarComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonAvatarComponent, "skeleton-avatar", never, { "size": "size"; "color": "color"; "showIcon": "showIcon"; "iconColor": "iconColor"; "borderRadius": "borderRadius"; "effect": "effect"; }, {}, never, ["*"]>; }