From 74cb1c4eeeed7f0613b7a138d8d84ab8721065f5 Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Fri, 24 Jul 2020 07:49:00 -0600 Subject: [PATCH] feat: add support for localContext library --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index ec00dae8..733be02f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,7 +23,7 @@ declare global { } } -type Libraries = ("drawing" | "geometry" | "places" | "visualization")[]; +type Libraries = ("drawing" | "geometry" | "localContext" | "places" | "visualization")[]; /** * The Google Maps JavaScript API