UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

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