UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

11 lines (10 loc) 215 B
import { Shape } from "./Shape"; import { Geometry } from "./Geometry"; import { Type } from "./type"; /** * @hidden */ export declare class Path extends Shape { static $t: Type; an: Geometry; }