Skip to content

Commit

Permalink
Merge pull request #29 from paveltretyakovru/popup-support
Browse files Browse the repository at this point in the history
updated marker props type
  • Loading branch information
alexandra-c committed Dec 13, 2022
2 parents f3a423f + 3d5d44e commit b7f74ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { type ForwardRefExoticComponent, type RefAttributes } from 'react'
import { type LatLngExpression, Marker, type MarkerOptions } from 'leaflet'
import { type LatLngExpression, Marker } from 'leaflet'
import { type MarkerProps } from 'react-leaflet';

interface TrackingMarkerOptions extends MarkerOptions {
interface TrackingMarkerOptions extends MarkerProps {
/*
* Previous position coordinates used to compute the bearing angle in degrees, clockwise. Defaults to 'center'
*/
Expand Down

0 comments on commit b7f74ed

Please sign in to comment.