@ngxi/wpf
Version:
Icon set Icons8 Windows 8 Icons for Angular applications
8 lines (7 loc) • 543 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "ngxi";
export declare class NgxiWpf {
readonly ngxiWpf: import("@angular/core").InputSignal<Icon>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxiWpf, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxiWpf, "svg[ngxiWpf]", never, { "ngxiWpf": { "alias": "ngxiWpf"; "required": true; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.Ngxi; inputs: { "icon": "ngxiWpf"; "width": "width"; "height": "height"; "viewBox": "viewBox"; }; outputs: {}; }]>;
}