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

5 lines (4 loc) 283 B
import { Ref } from 'vue'; import { IDnDProviderProps } from '../../external/types/provider'; import { IDnDProviderInternal } from '../types/provider'; export declare function useDnDProviderState(previewRef: Ref<HTMLElement | null>, props?: IDnDProviderProps): IDnDProviderInternal;