UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

18 lines 727 B
import { OnChanges, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TlDxIconComponent implements OnInit, OnChanges { icon: string; size: string; animation: string; color: string; align: string; format: string; PREFIX: string; constructor(); ngOnInit(): void; formatClass(): void; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TlDxIconComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TlDxIconComponent, "tl-dx-icon", never, { "icon": "icon"; "size": "size"; "animation": "animation"; "color": "color"; "align": "align"; }, {}, never, never, false, never>; } //# sourceMappingURL=tl-dx-icon.component.d.ts.map