Skip to content

Commit 3b49e33

Browse files
authored
feat: add support for localContext library (#13)
1 parent 4f69942 commit 3b49e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ declare global {
2323
}
2424
}
2525

26-
type Libraries = ("drawing" | "geometry" | "places" | "visualization")[];
26+
type Libraries = ("drawing" | "geometry" | "localContext" | "places" | "visualization")[];
2727

2828
/**
2929
* The Google Maps JavaScript API

0 commit comments

Comments
 (0)