skeleton-elements
Version:
Skeleton elements (aka UI Skeletons, Skeleton Screens, Ghost Elements) - UI for improved perceived performance
11 lines (10 loc) • 516 B
TypeScript
import { SkeletonEffects } from './skeletonEffect';
import * as i0 from "@angular/core";
export declare class SkeletonBlockComponent {
width: string;
height: string;
effect: SkeletonEffects;
borderRadius: string;
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonBlockComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonBlockComponent, "skeleton-block", never, { "width": "width"; "height": "height"; "effect": "effect"; "borderRadius": "borderRadius"; }, {}, never, ["*"]>;
}