mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
add proper default export (#25071)
This commit is contained in:
committed by
Wesley Wigham
parent
b273310927
commit
f958ca5669
Vendored
+2
@@ -221,6 +221,8 @@ export class InteractiveMap extends React.Component<InteractiveMapProps> {
|
||||
queryRenderedFeatures(geometry?: MapboxGL.PointLike | MapboxGL.PointLike[], parameters?: QueryRenderedFeaturesParams): Array<GeoJSON.Feature<GeoJSON.GeometryObject>>;
|
||||
}
|
||||
|
||||
export default InteractiveMap;
|
||||
|
||||
/**
|
||||
*
|
||||
* React Map Overlays
|
||||
|
||||
Reference in New Issue
Block a user