We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da5ae3 commit 247e395Copy full SHA for 247e395
src/renderer/extensions/vueNodes/composables/slotLinkDragSession.ts
@@ -1,12 +1,12 @@
1
import type { SlotLayout } from '@/renderer/core/layout/types'
2
3
-export interface PendingMoveData {
+interface PendingMoveData {
4
clientX: number
5
clientY: number
6
target: EventTarget | null
7
}
8
9
-export interface SlotLinkDragSession {
+interface SlotLinkDragSession {
10
compatCache: Map<string, boolean>
11
nodePreferred: Map<
12
number,
0 commit comments