UNPKG

dnd-core

Version:

Drag and drop sans the GUI

3 lines (2 loc) 90 B
export declare type State = number; export declare function reduce(state?: State): State;