@ngxi/picon
Version:
Icon set Pico-icon for Angular applications
9 lines (8 loc) • 593 B
TypeScript
import type { Icon } from 'ngxi';
import * as i0 from "@angular/core";
import * as i1 from "ngxi";
export declare class NgxiPicon {
readonly ngxiPicon: import("@angular/core").InputSignal<Icon>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxiPicon, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxiPicon, "svg[ngxiPicon]", never, { "ngxiPicon": { "alias": "ngxiPicon"; "required": true; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.Ngxi; inputs: { "icon": "ngxiPicon"; "width": "width"; "height": "height"; "viewBox": "viewBox"; }; outputs: {}; }]>;
}