UNPKG

@dnd-kit/core

Version:

dnd kit – a lightweight React library for building performant and accessible drag and drop experiences

5 lines (4 loc) 200 B
import { Actions } from './actions'; import type { State } from './types'; export declare function getInitialState(): State; export declare function reducer(state: State, action: Actions): State;