Skip to content

Commit 3a0e322

Browse files
committed
fix: export libraries
1 parent df09101 commit 3a0e322

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
@@ -27,7 +27,7 @@ declare global {
2727

2828
export const DEFAULT_ID = "__googleMapsScriptId";
2929

30-
type Libraries = (
30+
export type Libraries = (
3131
| "drawing"
3232
| "geometry"
3333
| "localContext"

0 commit comments

Comments
 (0)