truly-ui
Version:
Web Components for Desktop Applications.
13 lines • 600 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class TlSkeleton implements OnInit {
variant: 'text' | 'circle' | 'rect';
animation: 'none' | 'pulse' | 'wave';
width: string;
height: string;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<TlSkeleton, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TlSkeleton, "tl-skeleton", never, { "variant": "variant"; "animation": "animation"; "width": "width"; "height": "height"; }, {}, never, never, false, never>;
}
//# sourceMappingURL=skeleton.d.ts.map