UNPKG

@pepperi/lib

Version:

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.0.1.

10 lines (9 loc) 382 B
import { PepperiIcon } from './icon.model'; import * as i0 from "@angular/core"; export declare class PepperiIconRegistry { private registry; registerIcons(icons: PepperiIcon[]): void; getIcon(iconName: string): string | undefined; static ɵfac: i0.ɵɵFactoryDef<PepperiIconRegistry, never>; static ɵprov: i0.ɵɵInjectableDef<PepperiIconRegistry>; }