mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Refactor ResizeArrowFnType to resolve Codesandbox parsing error (#1338)
This commit is contained in:
parent
8efe0b7d05
commit
9761d7ea50
4 changed files with 17 additions and 13 deletions
|
@ -29,7 +29,6 @@ export {
|
|||
getElementWithResizeHandler,
|
||||
getResizeHandlerFromCoords,
|
||||
} from "./resizeTest";
|
||||
export type { ResizeArrowFnType } from "./resizeElements";
|
||||
export { resizeElements, canResizeMutlipleElements } from "./resizeElements";
|
||||
export { isTextElement, isExcalidrawElement } from "./typeChecks";
|
||||
export { textWysiwyg } from "./textWysiwyg";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue