UNPKG

skeleton-elements

Version:

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

9 lines (8 loc) 391 B
import { SkeletonEffects } from './skeletonEffect'; import * as i0 from "@angular/core"; export declare class SkeletonTextDirective { effect: SkeletonEffects; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonTextDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<SkeletonTextDirective, "[skeleton-text]", never, { "effect": "effect"; }, {}, never>; }