UNPKG

@hello-pangea/dnd

Version:

Beautiful and accessible drag and drop for lists with React

8 lines (6 loc) 187 B
import type { State, DraggingState } from '../../types'; export interface AutoScroller { start: (state: DraggingState) => void; stop: () => void; scroll: (state: State) => void; }