// @flowimport { typePosition } from'css-box-model';
importtype { DragImpact } from'../../../types';
exporttypeResult = {|
// how far the draggable needs to move to be in its new homepageBorderBoxCenter: Position,
// The impact of the movementimpact: DragImpact,
|};