We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 829c300 commit 3281f46Copy full SHA for 3281f46
1 file changed
src/route_building_blocks/route_data_provider/route_data_provider.ts
@@ -13,8 +13,8 @@ import {LAT_LNG_LITERAL_ATTRIBUTE_CONVERTER} from '../../utils/attribute_convert
13
import {routeContext} from '../route_data_consumer.js';
14
15
type DirectionsRoute = google.maps.DirectionsRoute;
16
-type LatLng = google.maps.LatLng;
17
-type LatLngLiteral = google.maps.LatLngLiteral;
+export type LatLng = google.maps.LatLng;
+export type LatLngLiteral = google.maps.LatLngLiteral;
18
19
/**
20
* Provides route data to child components as context.
0 commit comments