From 3a0e322122a252e9d48293e40ebe2ffe9fdc96d1 Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Tue, 4 Jan 2022 22:58:10 -0700 Subject: [PATCH] fix: export libraries --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 3218518b..f476a84a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -27,7 +27,7 @@ declare global { export const DEFAULT_ID = "__googleMapsScriptId"; -type Libraries = ( +export type Libraries = ( | "drawing" | "geometry" | "localContext"