We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5038ac4 commit bebf1a2Copy full SHA for bebf1a2
index.d.ts
@@ -71,6 +71,7 @@ export interface IMarkerProps extends Partial<google.maps.MarkerOptions> {
71
72
onClick?: markerEventHandler
73
onMouseover?: markerEventHandler
74
+ onDragend?: markerEventHandler
75
}
76
77
export class Map extends React.Component<IMapProps, any> {
0 commit comments