UNPKG

@thisux/sveltednd

Version:

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

7 lines (6 loc) 167 B
// Actions export { draggable, droppable } from './actions/index.js'; // Store export { dndState } from './stores/dnd.svelte.js'; // Styles import './styles/dnd.css';