UNPKG

igniteui-webcomponents-charts

Version:

Ignite UI Web Components charting components for building rich data visualizations using TypeScript APIs.

15 lines (14 loc) 272 B
import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export interface ITileZoomTileInfo { zoomLevel: number; xPosition: number; yPosition: number; toString(): string; } /** * @hidden */ export declare let ITileZoomTileInfo_$type: Type;