Explorar o código

export debounce util in excalidraw package

pomdtr %!s(int64=3) %!d(string=hai) anos
pai
achega
ef7330243f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/packages/excalidraw/index.tsx

+ 1 - 0
src/packages/excalidraw/index.tsx

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