UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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