Skip to content

Commit

Permalink
added to index file
Browse files Browse the repository at this point in the history
  • Loading branch information
DaneHarrison committed Sep 1, 2024
1 parent 3b150ee commit f01a93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export type { MapViewProps };
import Marker from './MapMarker';
import Polyline from './MapPolyline';
import Polygon from './MapPolygon';
export type { MapPolylineProps } from './MapPolyline';
export type { MapPolylineProps, PolylinePressEvent } from './MapPolyline';
export type { MapPolygonProps } from './MapPolygon';
export { default as Callout } from './MapCallout';
export type { MapCalloutProps } from './MapCallout';
Expand Down

0 comments on commit f01a93f

Please sign in to comment.