UNPKG

@fleet-frontend/mower-maps

Version:

a mower maps in google maps

8 lines 263 B
import React from 'react'; interface DragHandleProps { onDragStart: (e: React.MouseEvent | React.TouchEvent) => void; isDragging: boolean; } declare const DragHandle: React.FC<DragHandleProps>; export default DragHandle; //# sourceMappingURL=drag.d.ts.map