UNPKG

@core-graphics/rect

Version:
7 lines (6 loc) 210 B
import type { PointValue } from "@core-graphics/point"; import { Rect } from "../lite"; /** * Creates a rectangle from a set of points */ export declare function fromPoints(...pts: PointValue[]): Rect;