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