/** * @thisux/sveltednd - Lightweight drag and drop for Svelte 5 * * A modern, TypeScript-first drag and drop library built on Svelte 5 runes. * Supports both HTML5 drag-and-drop API and custom pointer events for * maximum compatibility across desktop and mobile. * * @example * ```svelte * * * {#each items as item (item)} *