UNPKG

dnd-core

Version:

Drag and drop sans the GUI

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