UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

12 lines (11 loc) 278 B
import { EdgeClipper } from "./EdgeClipper"; import { Point, Type } from "./type"; /** * @hidden */ export declare class BottomClipper extends EdgeClipper { static $t: Type; m: number; protected e(a: Point): boolean; k(a: Point, b: Point): Point; }