projen
Version:
CDK for software projects
9 lines (8 loc) • 343 B
TypeScript
import { BoundaryPoint, BoundaryPosition } from "../dom/interfaces";
/**
* Defines the position of a boundary point relative to another.
*
* @param bp - a boundary point
* @param relativeTo - a boundary point to compare to
*/
export declare function boundaryPoint_position(bp: BoundaryPoint, relativeTo: BoundaryPoint): BoundaryPosition;