Skip to content

Commit c85f5b5

Browse files
committed
Updated imports and types of @teovilla/react-native-web-maps
1 parent 5560799 commit c85f5b5

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { Callout } from "@teovilla/react-native-web-maps/dist/typescript/index.web";
1+
export { Callout } from "@teovilla/react-native-web-maps";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default as default } from "@teovilla/react-native-web-maps/dist/typescript/index.web";
1+
export { default as default } from "@teovilla/react-native-web-maps";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { Marker } from "@teovilla/react-native-web-maps/dist/typescript/index.web";
1+
export { Marker } from "@teovilla/react-native-web-maps";
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Expose the web types of @teovilla/react-native-web-maps
2+
declare module "@teovilla/react-native-web-maps" {
3+
export * from "@teovilla/react-native-web-maps/dist/typescript/index.web";
4+
}

0 commit comments

Comments
 (0)