This commit is contained in:
7
node_modules/dnd-core/lib/reducers/dirtyHandlerIds.d.ts
generated
vendored
Normal file
7
node_modules/dnd-core/lib/reducers/dirtyHandlerIds.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user