UNPKG

@koalarx/ui

Version:

Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.

15 lines (14 loc) 586 B
import { OnInit } from '@angular/core'; import { KoalaIconType } from './koala.icon.type'; import * as i0 from "@angular/core"; export declare class IconComponent implements OnInit { color?: string; icon?: KoalaIconType; size: number; intervalCheckElement: any; style?: string; idIcon: string; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "koala-icon", never, { "color": "color"; "icon": "icon"; "size": "size"; }, {}, never, never, false>; }