UNPKG

vue3-dnd

Version:

Drag and Drop for Vue Composition API

5 lines (4 loc) 210 B
import DndProvider from "./DndProvider.js"; import DragPreviewImage from "./DragPreviewImage.js"; export * from "./DndContext.js"; export { DndProvider, DragPreviewImage, DragPreviewImage as DndPreviewImage };