UNPKG

ng-zorro-antd-mobile

Version:

An enterprise-class mobile UI components based on Ant Design and Angular

21 lines (20 loc) 865 B
import { IconHandler } from 'ng-zorro-antd-mobile/core'; import * as i0 from "@angular/core"; export declare class IconComponent { private _iconHandler; clsMap: object; private _type; private _size; private _src; color: string; get type(): string; set type(value: string); get src(): string; set src(value: string); get size(): string; set size(value: string); constructor(_iconHandler: IconHandler); setClsMap(): void; static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "Icon, nzm-icon", never, { "color": { "alias": "color"; "required": false; }; "type": { "alias": "type"; "required": false; }; "src": { "alias": "src"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, ["*"], false, never>; }