UNPKG

ngx-skeleton

Version:

Angular placeholder preview component before the content is loaded

19 lines (18 loc) 1.13 kB
import { NgxSkeletonVariant } from './ngx-skeleton-variant'; import * as i0 from "@angular/core"; export declare class NgxSkeletonComponent { animate: boolean; backgroundColor: string; borderRadius: number | string; get height(): number | string; set height(height: number | string); margin: number | string; variant: NgxSkeletonVariant; get width(): number | string; set width(width: number | string); private _height; private _width; getBorderRadius(): number | string; static ɵfac: i0.ɵɵFactoryDeclaration<NgxSkeletonComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NgxSkeletonComponent, "ngx-skeleton", never, { "animate": { "alias": "animate"; "required": false; }; "backgroundColor": { "alias": "backgroundColor"; "required": false; }; "borderRadius": { "alias": "borderRadius"; "required": false; }; "height": { "alias": "height"; "required": false; }; "margin": { "alias": "margin"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, {}, never, never, true, never>; }