mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
export debounce util in excalidraw package
This commit is contained in:
parent
e6a9ff1b96
commit
ef7330243f
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ export {
|
||||||
getFreeDrawSvgPath,
|
getFreeDrawSvgPath,
|
||||||
} from "../../packages/utils";
|
} from "../../packages/utils";
|
||||||
export { isLinearElement } from "../../element/typeChecks";
|
export { isLinearElement } from "../../element/typeChecks";
|
||||||
|
export { debounce } from "../../utils";
|
||||||
|
|
||||||
export { FONT_FAMILY, THEME } from "../../constants";
|
export { FONT_FAMILY, THEME } from "../../constants";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue