UNPKG

@taiga-ui/kit

Version:

Taiga UI Angular main components kit

14 lines (13 loc) 586 B
import type { OnChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TuiShimmer implements OnChanges { private readonly isBrowser; private readonly el; private animation?; protected disabled: boolean; protected readonly nothing: undefined; shimmer: boolean; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TuiShimmer, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TuiShimmer, "[tuiShimmer]", never, { "shimmer": { "alias": "tuiShimmer"; "required": false; }; }, {}, never, never, true, never>; }