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

3 lines (2 loc) 143 B
import { IDnDProviderInternal } from '../types/provider'; export declare const useDnDProviderEvents: (provider: IDnDProviderInternal) => void;