UNPKG

bia-framework

Version:

Bia Framework to work with angular 2

13 lines (12 loc) 326 B
import { OnInit, ElementRef } from "@angular/core"; export declare class CoreIcon implements OnInit { private element; source: string; size: string; color: string; templateString: string; iClass: string; selectable: boolean; constructor(element: ElementRef); ngOnInit(): any; }