UNPKG

@thisux/sveltednd

Version:

A lightweight, flexible drag and drop library for Svelte 5 applications.

3 lines (2 loc) 111 B
import type { DragDropState } from '../types/index.js'; export declare const dndState: DragDropState<unknown>;