better types

This commit is contained in:
Aakansha Doshi
2023-05-17 17:58:18 +05:30
parent 81bee8acb8
commit 4348646705
5 changed files with 179 additions and 42 deletions

View File

@@ -865,7 +865,7 @@ export const getTextBindableContainerAtPosition = (
return isTextBindableContainer(hitElement, false) ? hitElement : null;
};
const VALID_CONTAINER_TYPES = new Set([
export const VALID_CONTAINER_TYPES = new Set([
"rectangle",
"ellipse",
"diamond",