Type alias RectangleCornerBoundary<T>

RectangleCornerBoundary<T>: {
    bottomRight: T;
    topLeft: T;
}

Type Parameters

  • T extends AbsolutePosition

Type declaration

  • bottomRight: T
  • topLeft: T