UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

11 lines (10 loc) 243 B
import { List$1 } from "./List$1"; import { Geometry } from "./Geometry"; import { Type } from "./type"; /** * @hidden */ export declare class GeometryCollection extends List$1<Geometry> { static $t: Type; constructor(); }