export debounce util in excalidraw package

This commit is contained in:
pomdtr
2022-04-24 19:52:07 +00:00
parent e6a9ff1b96
commit ef7330243f

View File

@@ -199,6 +199,7 @@ export {
getFreeDrawSvgPath,
} from "../../packages/utils";
export { isLinearElement } from "../../element/typeChecks";
export { debounce } from "../../utils";
export { FONT_FAMILY, THEME } from "../../constants";