We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1598873 + a29b08e commit 379348eCopy full SHA for 379348e
packages/react-google-maps-api-infobox/src/types.tsx
@@ -1,7 +1,7 @@
1
export interface InfoBoxOptions {
2
alignBottom?: boolean | undefined
3
boxClass?: string | undefined
4
- boxStyle?: CSSStyleDeclaration | undefined
+ boxStyle?: Partial<CSSStyleDeclaration> | undefined
5
closeBoxMargin?: string | undefined
6
closeBoxURL?: string | undefined
7
content?: string | Node | undefined
0 commit comments