mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
formatting
This commit is contained in:
parent
21ba3c63de
commit
de832f6862
@ -90,10 +90,7 @@ export type GallerySelectionDraggableData = BaseDragData & {
|
||||
payload: { boardId: BoardId };
|
||||
};
|
||||
|
||||
export type TypesafeDraggableData =
|
||||
| NodeFieldDraggableData
|
||||
| ImageDraggableData
|
||||
| GallerySelectionDraggableData;
|
||||
export type TypesafeDraggableData = NodeFieldDraggableData | ImageDraggableData | GallerySelectionDraggableData;
|
||||
|
||||
export interface UseDroppableTypesafeArguments extends Omit<UseDroppableArguments, 'data'> {
|
||||
data?: TypesafeDroppableData;
|
||||
|
Loading…
Reference in New Issue
Block a user