xui
Version:
xUI Components for Angular
9 lines (8 loc) • 348 B
TypeScript
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class IconComponent {
input: ElementRef;
get icon(): any;
static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "xui-icon", never, {}, {}, never, ["*"], false, never>;
}