refactor: explicitly export elementsOverlappingBBox from utils package

This commit is contained in:
dwelle 2025-02-21 13:06:48 +01:00
parent 9ee0b8ffcb
commit e5da6b08b2
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
export * from "./export";
export * from "./withinBounds";
export * from "./bbox";
export { elementsOverlappingBBox } from "./withinBounds";
export { getCommonBounds } from "../excalidraw/element/bounds";