UNPKG

igniteui-react-core

Version:
14 lines (13 loc) 623 B
import { DownloadingMultiScaleImageEventArgs as DownloadingMultiScaleImageEventArgs_internal } from "./DownloadingMultiScaleImageEventArgs"; export declare class IgrDownloadingMultiScaleImageEventArgs { protected createImplementation(): DownloadingMultiScaleImageEventArgs_internal; protected _implementation: any; get i(): DownloadingMultiScaleImageEventArgs_internal; private onImplementationCreated; constructor(); protected _provideImplementation(i: any): void; get image(): HTMLImageElement; set image(v: HTMLImageElement); get uri(): string; set uri(v: string); }