chore(extent): allow null #5458

This commit is contained in:
moklick
2025-08-19 15:58:26 +02:00
parent 65caf56c76
commit c451f99ab2
3 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export type XYResizerChange = {
export type XYResizerChildChange = {
id: string;
position: XYPosition;
extent?: 'parent' | CoordinateExtent;
extent?: NodeBase['extent'];
};
type XYResizerParams = {