export debounce util in excalidraw package

This commit is contained in:
pomdtr 2022-04-24 19:52:07 +00:00
parent e6a9ff1b96
commit ef7330243f
No known key found for this signature in database
GPG Key ID: 125AC29703080DF9

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";