This commit is contained in:
10
node_modules/dnd-core/lib/reducers/dragOffset.d.ts
generated
vendored
Normal file
10
node_modules/dnd-core/lib/reducers/dragOffset.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { XYCoord, Action } from '../interfaces';
|
||||
export interface State {
|
||||
initialSourceClientOffset: XYCoord | null;
|
||||
initialClientOffset: XYCoord | null;
|
||||
clientOffset: XYCoord | null;
|
||||
}
|
||||
export declare function reduce(state: State | undefined, action: Action<{
|
||||
sourceClientOffset: XYCoord;
|
||||
clientOffset: XYCoord;
|
||||
}>): State;
|
||||
Reference in New Issue
Block a user