UNPKG

react-window-sortable

Version:

React Window Sortable is an HOC for react-window that allows drag and drop sorting of lists

3 lines (2 loc) 139 B
import { ListChildComponentProps } from "react-window"; export declare function Child(props: ListChildComponentProps): JSX.Element | null;