mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 18:52:19 +00:00
knip
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
import type { SlotLayout } from '@/renderer/core/layout/types'
|
import type { SlotLayout } from '@/renderer/core/layout/types'
|
||||||
|
|
||||||
export interface PendingMoveData {
|
interface PendingMoveData {
|
||||||
clientX: number
|
clientX: number
|
||||||
clientY: number
|
clientY: number
|
||||||
target: EventTarget | null
|
target: EventTarget | null
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface SlotLinkDragSession {
|
interface SlotLinkDragSession {
|
||||||
compatCache: Map<string, boolean>
|
compatCache: Map<string, boolean>
|
||||||
nodePreferred: Map<
|
nodePreferred: Map<
|
||||||
number,
|
number,
|
||||||
|
|||||||
Reference in New Issue
Block a user