mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-10 13:26:11 -04:00
refactor: explicitly export elementsOverlappingBBox
from utils package
This commit is contained in:
parent
9ee0b8ffcb
commit
e5da6b08b2
@ -1,4 +1,5 @@
|
|||||||
export * from "./export";
|
export * from "./export";
|
||||||
export * from "./withinBounds";
|
export * from "./withinBounds";
|
||||||
export * from "./bbox";
|
export * from "./bbox";
|
||||||
|
export { elementsOverlappingBBox } from "./withinBounds";
|
||||||
export { getCommonBounds } from "../excalidraw/element/bounds";
|
export { getCommonBounds } from "../excalidraw/element/bounds";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@excalidraw/utils",
|
"name": "@excalidraw/utils",
|
||||||
"version": "0.1.2",
|
"version": "0.1.3-test27",
|
||||||
"main": "./dist/prod/index.js",
|
"main": "./dist/prod/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"module": "./dist/prod/index.js",
|
"module": "./dist/prod/index.js",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user