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

8 lines (6 loc) 208 B
/// <reference types="vite/client" /> declare module '*.vue' { import type { DefineComponent } from 'vue'; const component: DefineComponent<object, object, unknown>; export default component; }