UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 349 B
import { Base, Type } from "./type"; import { PathFigureCollection } from "./PathFigureCollection"; import { PathFigure } from "./PathFigure"; /** * @hidden */ export declare class PathFigureUtil extends Base { static $t: Type; static b(a: PathFigureCollection): PathFigureCollection; static a(a: PathFigure): PathFigure; }