Skip to content

Commit 634dec5

Browse files
committed
Export interface SlotLinkDragSession
1 parent 6cc0a1e commit 634dec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ interface PendingMoveData {
66
target: EventTarget | null
77
}
88

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

0 commit comments

Comments
 (0)