skeleton-elements
Version:
Skeleton elements (aka UI Skeletons, Skeleton Screens, Ghost Elements) - UI for improved perceived performance
12 lines (11 loc) • 802 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./skeleton-block";
import * as i2 from "./skeleton-avatar";
import * as i3 from "./skeleton-text";
import * as i4 from "./skeleton-image";
import * as i5 from "@angular/common";
export declare class SkeletonElementsModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonElementsModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SkeletonElementsModule, [typeof i1.SkeletonBlockComponent, typeof i2.SkeletonAvatarComponent, typeof i3.SkeletonTextDirective, typeof i4.SkeletonImageComponent], [typeof i5.CommonModule], [typeof i1.SkeletonBlockComponent, typeof i2.SkeletonAvatarComponent, typeof i3.SkeletonTextDirective, typeof i4.SkeletonImageComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SkeletonElementsModule>;
}