mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-12 03:50:06 +02:00
export debounce util in excalidraw package
This commit is contained in:
@@ -199,6 +199,7 @@ export {
|
|||||||
getFreeDrawSvgPath,
|
getFreeDrawSvgPath,
|
||||||
} from "../../packages/utils";
|
} from "../../packages/utils";
|
||||||
export { isLinearElement } from "../../element/typeChecks";
|
export { isLinearElement } from "../../element/typeChecks";
|
||||||
|
export { debounce } from "../../utils";
|
||||||
|
|
||||||
export { FONT_FAMILY, THEME } from "../../constants";
|
export { FONT_FAMILY, THEME } from "../../constants";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user