UNPKG

accumulation-ui

Version:

Super fast and modern framework for web application development

11 lines (10 loc) 429 B
import { OnInit } from '@angular/core'; import { Icon } from './icon.interface'; import * as i0 from "@angular/core"; export declare class IconComponent implements OnInit { icon: Icon; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "acc-icon", never, { "icon": "icon"; }, {}, never, never>; }