UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

3 lines 195 B
import { SortableListItem, SortableListProps } from "./type.mjs"; import SortableList from "./SortableList.mjs"; export { type SortableListItem, type SortableListProps, SortableList as default };