UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 244 B
import { Shape } from "./Shape"; import { Type } from "./type"; /** * @hidden */ export declare class Line extends Shape { static $t: Type; constructor(); ak: number; al: number; am: number; an: number; }