mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-07 09:36:58 +02:00
refactor: explicitly export elementsOverlappingBBox
from utils package
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export * from "./export";
|
||||
export * from "./withinBounds";
|
||||
export * from "./bbox";
|
||||
export { elementsOverlappingBBox } from "./withinBounds";
|
||||
export { getCommonBounds } from "../excalidraw/element/bounds";
|
||||
|
Reference in New Issue
Block a user