UNPKG

@skyux/indicators

Version:

This library was generated with [Nx](https://nx.dev).

13 lines (12 loc) 456 B
import * as i0 from "@angular/core"; /** * Resolves information about spot illustrations. */ export declare abstract class SkyIllustrationResolverService { /** * Resolves a URL for the specified illustration name. */ abstract resolveUrl(name: string): Promise<string>; static ɵfac: i0.ɵɵFactoryDeclaration<SkyIllustrationResolverService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<SkyIllustrationResolverService>; }