File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ export type MapPolylineProps = ViewProps & {
76
76
tappable ?: boolean ;
77
77
} ;
78
78
79
- type PolylinePressEvent = NativeSyntheticEvent < {
79
+ export type PolylinePressEvent = NativeSyntheticEvent < {
80
80
action : 'polyline-press' ;
81
81
id ?: string ;
82
82
coordinate ?: LatLng ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ export type { MapViewProps };
3
3
import Marker from './MapMarker' ;
4
4
import Polyline from './MapPolyline' ;
5
5
import Polygon from './MapPolygon' ;
6
- export type { MapPolylineProps } from './MapPolyline' ;
6
+ export type { MapPolylineProps , PolylinePressEvent } from './MapPolyline' ;
7
7
export type { MapPolygonProps } from './MapPolygon' ;
8
8
export { default as Callout } from './MapCallout' ;
9
9
export type { MapCalloutProps } from './MapCallout' ;
You can’t perform that action at this time.
0 commit comments