UNPKG

dnd-core

Version:

Drag and drop sans the GUI

4 lines (3 loc) 171 B
import type { Action } from '../interfaces.js'; export declare type State = number; export declare function reduce(state: number | undefined, action: Action<any>): State;