UNPKG

@omakase-ui/react-sortable-list

Version:

<h1 align="center">@omakase-ui/react-sortable-list 👋</h1> <p> <a href="https://www.npmjs.com/package/@omakase-ui/react-sortable-list" target="_blank"> <img alt="Version" src="https://img.shields.io/npm/v/@omakase-ui/react-sortable-list.svg"> </a>

4 lines (3 loc) • 287 B
import { SortableItem } from './components/SortableList/SortableItem'; import { SortableList, SortableItemProps, ItemRenderProps, ChildrenProps } from './components/SortableList/SortableList'; export { SortableList, SortableItem, SortableItemProps, ItemRenderProps, ChildrenProps, };