Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/node_modules/dnd-core/lib/reducers/
Upload File :
Current File : /home/emeraadmin/www/node_modules/dnd-core/lib/reducers/dirtyHandlerIds.d.ts

import { Action } from '../interfaces';
export declare type State = string[];
export interface DirtyHandlerIdPayload {
    targetIds: string[];
    prevTargetIds: string[];
}
export declare function reduce(_state: State | undefined, action: Action<DirtyHandlerIdPayload>): State;