mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-10 13:26:11 -04:00
Fix cyclical dep
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
parent
3702e52454
commit
f9a66527ef
@ -27,7 +27,7 @@ import { isCurve } from "@excalidraw/math/curve";
|
||||
import React from "react";
|
||||
|
||||
import type { Curve } from "@excalidraw/math";
|
||||
import type { DebugElement } from "@excalidraw/utils/visualdebug";
|
||||
import type { DebugElement } from "@excalidraw/common";
|
||||
import type {
|
||||
ElementsMap,
|
||||
ExcalidrawArrowElement,
|
||||
|
@ -10,3 +10,4 @@ export * from "./random";
|
||||
export * from "./url";
|
||||
export * from "./utils";
|
||||
export * from "./emitter";
|
||||
export * from "./visualdebug";
|
||||
|
@ -63,6 +63,8 @@ export const debugDrawLine = (
|
||||
);
|
||||
};
|
||||
|
||||
export const testDebug = () => {};
|
||||
|
||||
export const debugDrawPoint = (
|
||||
p: GlobalPoint,
|
||||
opts?: {
|
@ -2,4 +2,3 @@ export * from "./export";
|
||||
export * from "./withinBounds";
|
||||
export * from "./bbox";
|
||||
export { getCommonBounds } from "@excalidraw/element";
|
||||
export * from "./visualdebug";
|
||||
|
Loading…
x
Reference in New Issue
Block a user