UNPKG

@fleet-frontend/mower-maps

Version:

a mower maps in google maps

8 lines 275 B
import React from 'react'; interface RotateHandleProps { onRotateStart: (e: React.MouseEvent | React.TouchEvent) => void; isRotating: boolean; } declare const RotateHandle: React.FC<RotateHandleProps>; export default RotateHandle; //# sourceMappingURL=rotate.d.ts.map