UNPKG

@thisux/sveltednd

Version:

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

5 lines (4 loc) 176 B
export { draggable, droppable } from './actions/index.js'; export { dndState } from './stores/dnd.svelte.js'; export type * from './types/index.js'; import './styles/dnd.css';