UNPKG

svelte-reorderable-list

Version:

A simple and accessible reorderable list component for Svelte 5.

8 lines (5 loc) 455 B
import type { ReorderableListProps } from './components/ReorderableList.svelte'; import ReorderableList from "./components/ReorderableList.svelte"; import type { FlatTreeNode, ReorderableTreeProps, TreeNode } from './components/ReorderableTree.svelte'; import ReorderableTree from "./components/ReorderableTree.svelte"; export { ReorderableList, ReorderableTree, type FlatTreeNode, type ReorderableListProps, type ReorderableTreeProps, type TreeNode };