chore(extent): allow null #5458
This commit is contained in:
@@ -41,7 +41,7 @@ export type XYResizerChange = {
|
||||
export type XYResizerChildChange = {
|
||||
id: string;
|
||||
position: XYPosition;
|
||||
extent?: 'parent' | CoordinateExtent;
|
||||
extent?: NodeBase['extent'];
|
||||
};
|
||||
|
||||
type XYResizerParams = {
|
||||
|
||||
Reference in New Issue
Block a user