ng-shimmer-loader
Version:
A shimmer loader component for Angular
13 lines (12 loc) • 908 B
TypeScript
import * as i0 from "@angular/core";
export declare class ShimmerLoaderComponent {
width: string;
height: string;
className: string | string[];
borderRadius: string;
baseColor: string;
highlightColor: string;
animationDuration: string;
static ɵfac: i0.ɵɵFactoryDeclaration<ShimmerLoaderComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ShimmerLoaderComponent, "ng-shimmer-loader", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "className": { "alias": "className"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "baseColor": { "alias": "baseColor"; "required": false; }; "highlightColor": { "alias": "highlightColor"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; }, {}, never, never, true, never>;
}