Press n or j to go to the next uncovered block, b, p or k for the previous block.
type PlanarBoundingBox = { x: number; y: number; width: number; height: number; }; export type { PlanarBoundingBox as default };