Refactor: resize two-point lines/arrows (#1568)

This commit is contained in:
Daishi Kato 2020-05-11 00:41:36 +09:00 committed by GitHub
parent cdb483b895
commit 394237728f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 100 additions and 185 deletions

View file

@ -36,6 +36,7 @@ export {
resizeElements,
canResizeMutlipleElements,
getResizeOffsetXY,
getResizeArrowDirection,
} from "./resizeElements";
export { isTextElement, isExcalidrawElement } from "./typeChecks";
export { textWysiwyg } from "./textWysiwyg";