Skip to content

Commit 3281f46

Browse files
Extended Component Library Teamcopybara-github
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 772725351
1 parent 829c300 commit 3281f46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/route_building_blocks/route_data_provider/route_data_provider.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import {LAT_LNG_LITERAL_ATTRIBUTE_CONVERTER} from '../../utils/attribute_convert
1313
import {routeContext} from '../route_data_consumer.js';
1414

1515
type DirectionsRoute = google.maps.DirectionsRoute;
16-
type LatLng = google.maps.LatLng;
17-
type LatLngLiteral = google.maps.LatLngLiteral;
16+
export type LatLng = google.maps.LatLng;
17+
export type LatLngLiteral = google.maps.LatLngLiteral;
1818

1919
/**
2020
* Provides route data to child components as context.

0 commit comments

Comments
 (0)