UNPKG

sheetgo-react-window-sortable

Version:

A take on original React Window Sortable that is a HOC for react-window that allows drag and drop sorting of lists by Sheetgo.

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