File tree Expand file tree Collapse file tree
src/content/docs/docs/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,10 +92,6 @@ export default defineConfig({
9292 label : 'useMapContext 🛠' ,
9393 link : '/docs/api/use-map-context' ,
9494 } ,
95- {
96- label : 'useMarkerContext 🛠' ,
97- link : '/docs/api/use-marker-context' ,
98- } ,
9995 {
10096 label : 'useCustomMarkerContext 🛠' ,
10197 link : '/docs/api/use-custom-marker-context' ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -27,5 +27,4 @@ export * from './AdvancedMarker/type';
2727export * from './PinElement/index' ;
2828export * from './PinElement/type' ;
2929export * from './Provider/MapProvider' ;
30- export * from './Provider/MarkerProvider' ;
3130export * from './Provider/CustomMarkerProvider' ;
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import {
1414 GoogleMap ,
1515 GoogleMapApiLoader ,
1616 useMapContext ,
17- useMarkerContext ,
1817 useCustomMarkerContext ,
1918} from './components' ;
2019import type {
@@ -58,7 +57,6 @@ export {
5857 GoogleMap ,
5958 GoogleMapApiLoader ,
6059 useMapContext ,
61- useMarkerContext ,
6260 useCustomMarkerContext ,
6361 useImportLibrary ,
6462 LoadingStatus ,
@@ -106,7 +104,6 @@ export default {
106104 GoogleMap,
107105 GoogleMapApiLoader,
108106 useMapContext,
109- useMarkerContext,
110107 useCustomMarkerContext,
111108 useImportLibrary,
112109 LoadingStatus,
You can’t perform that action at this time.
0 commit comments