UNPKG

@thaddeusjiang/react-sortable-list

Version:

You should focus the `features` of your app, not DnD boilerplate.

4 lines (3 loc) 166 B
import React from 'react'; import { SortableItemProps } from './SortableList'; export declare const SortableItem: (props: SortableItemProps) => React.JSX.Element;