diff --git a/src/index.ts b/src/index.ts index 1341849f1..51ee5ff11 100644 --- a/src/index.ts +++ b/src/index.ts @@ -91,6 +91,7 @@ const initialize = function (): void { }; export { + Autocomplete, Circle, Data, event, @@ -108,6 +109,7 @@ export { Point, Polygon, Polyline, + SearchBox, Size, StreetViewCoverageLayer, StreetViewPanorama,