UNPKG

@skyux/core

Version:

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

11 lines (10 loc) 399 B
import { SkyFileReaderService } from '@skyux/core'; import * as i0 from "@angular/core"; /** * @internal */ export declare class SkyFileReaderTestingService extends SkyFileReaderService { readAsDataURL(file: File): Promise<string>; static ɵfac: i0.ɵɵFactoryDeclaration<SkyFileReaderTestingService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<SkyFileReaderTestingService>; }