Skip to content

Commit 247e395

Browse files
committed
knip
1 parent 8da5ae3 commit 247e395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/renderer/extensions/vueNodes/composables/slotLinkDragSession.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import type { SlotLayout } from '@/renderer/core/layout/types'
22

3-
export interface PendingMoveData {
3+
interface PendingMoveData {
44
clientX: number
55
clientY: number
66
target: EventTarget | null
77
}
88

9-
export interface SlotLinkDragSession {
9+
interface SlotLinkDragSession {
1010
compatCache: Map<string, boolean>
1111
nodePreferred: Map<
1212
number,

0 commit comments

Comments
 (0)