igniteui-react-core
Version:
Ignite UI React Core.
15 lines (14 loc) • 509 B
TypeScript
import { ShapeSeriesBaseDescription } from "./ShapeSeriesBaseDescription";
import { GeographicMapImageryDescription } from "./GeographicMapImageryDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class TileSeriesDescription extends ShapeSeriesBaseDescription {
static $t: Type;
protected get_type(): string;
constructor();
private f3;
get tileImagery(): GeographicMapImageryDescription;
set tileImagery(a: GeographicMapImageryDescription);
}