UNPKG

@googlemap-react/core

Version:
7 lines (6 loc) 316 B
import { RectangleProps } from '../common/types'; declare const Rectangle: { ({ id, opts, onBoundsChanged, onClick, onDoubleClick, onDrag, onDragEnd, onDragStart, onMouseDown, onMouseOut, onMouseOver, onMouseUp, onRightClick, }: RectangleProps): null; displayName: string; }; export default Rectangle;