UNPKG

@vue-dnd-kit/core

Version:

Core functionality for Vue DnD Kit - a lightweight Vue 3 library for building performant and accessible drag and drop interfaces

6 lines (5 loc) 201 B
import { IDnDProviderInternal } from '../types/provider'; /** * Resets DnD session state after pointer up or cancel */ export declare const resetDnDSession: (provider: IDnDProviderInternal) => void;