Skip to content

Commit 379348e

Browse files
authored
Merge pull request #3264 from HerrBertling/patch-1
Use Partial for boxStyle type
2 parents 1598873 + a29b08e commit 379348e

File tree

1 file changed

+1
-1
lines changed
  • packages/react-google-maps-api-infobox/src

1 file changed

+1
-1
lines changed

packages/react-google-maps-api-infobox/src/types.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export interface InfoBoxOptions {
22
alignBottom?: boolean | undefined
33
boxClass?: string | undefined
4-
boxStyle?: CSSStyleDeclaration | undefined
4+
boxStyle?: Partial<CSSStyleDeclaration> | undefined
55
closeBoxMargin?: string | undefined
66
closeBoxURL?: string | undefined
77
content?: string | Node | undefined

0 commit comments

Comments
 (0)