Compare commits

...

1 Commits

Author SHA1 Message Date
pomdtr
ef7330243f
export debounce util in excalidraw package 2022-04-24 19:52:07 +00:00

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