ngx-fluent-ui-icons
Version:
Fluent UI icons library for angular
14 lines (13 loc) • 703 B
TypeScript
import { ElementRef, ChangeDetectorRef, OnChanges, SimpleChanges } from '@angular/core';
import { Icons } from "./fluent-ui-icons.provider";
import * as i0 from "@angular/core";
export declare class FluentUiIconsComponent implements OnChanges {
private element;
private changeDetector;
private icons;
name: string;
constructor(element: ElementRef, changeDetector: ChangeDetectorRef, icons: Icons);
ngOnChanges(changes: SimpleChanges): void;
static ɵfac: i0.ɵɵFactoryDeclaration<FluentUiIconsComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<FluentUiIconsComponent, "fluent-ui-icon, fui", never, { "name": "name"; }, {}, never, ["*"], false>;
}