UNPKG

igniteui-react-core

Version:
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; }