chore(types): Cleanup
This commit is contained in:
@@ -44,7 +44,7 @@ export type ResizeControlProps = Pick<
|
|||||||
};
|
};
|
||||||
|
|
||||||
export type ResizeControlLineProps = ResizeControlProps & {
|
export type ResizeControlLineProps = ResizeControlProps & {
|
||||||
position: ControlLinePosition;
|
position?: ControlLinePosition;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type ResizeDragEvent = D3DragEvent<HTMLDivElement, null, SubjectPosition>;
|
export type ResizeDragEvent = D3DragEvent<HTMLDivElement, null, SubjectPosition>;
|
||||||
|
|||||||
Reference in New Issue
Block a user