Skip to content

Commit 0626be2

Browse files
committed
fix(types): inline PlaceContextualElementOptions in types for 'gmp-place-contextual'
1 parent 61e5897 commit 0626be2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/custom-elements-types/places.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ declare module 'react' {
5151

5252
// alpha only
5353
'gmp-place-contextual': CustomElement<
54-
google.maps.places.PlaceContextualElementOptions & {
54+
{
55+
contextToken?: string | null;
5556
// html-attribute versions
5657
'context-token'?: string;
5758
},

0 commit comments

Comments
 (0)