Sfoglia il codice sorgente

export debounce util in excalidraw package

pomdtr 3 anni fa
parent
commit
ef7330243f
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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";