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) 146 B
import { IDnDProviderInternal } from '../types/provider'; export declare const handleScrollEvent: (provider: IDnDProviderInternal) => () => void;