chore(types): Cleanup

This commit is contained in:
moklick
2022-12-08 10:38:32 +01:00
parent 4c2acf5aa1
commit 1dd2437619

View File

@@ -44,7 +44,7 @@ export type ResizeControlProps = Pick<
};
export type ResizeControlLineProps = ResizeControlProps & {
position: ControlLinePosition;
position?: ControlLinePosition;
};
export type ResizeDragEvent = D3DragEvent<HTMLDivElement, null, SubjectPosition>;