UNPKG

igniteui-angular-charts

Version:

Ignite UI Angular charting components for building rich data visualizations for modern web apps.

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