From a043ee2dc8e5d29d6a3e06057f2b116f2dde7124 Mon Sep 17 00:00:00 2001 From: Jon Smith Date: Sat, 9 Jul 2022 17:21:02 +1000 Subject: [PATCH] Export Places Autocomplete and SearchBox --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) 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,