File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ function App() {
5656
5757### Reactive Properties
5858
59- #### ` style ` : CSSProperties {#style}
59+ #### ` style ` : CSSProperties {#style}
6060
6161CSS style override that applies to the control's container.
6262
@@ -65,11 +65,11 @@ CSS style override that applies to the control's container.
6565
6666The properties in this section are not reactive. They are only used when the component first mounts.
6767
68- #### ` containerId ` : string {#containerid}
68+ #### ` containerId ` : string {#containerid}
6969
7070Id of the DOM element which should be made full screen. By default, the map container element will be made full screen.
7171
72- #### ` position ` : 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' {#position}
72+ #### ` position ` : 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' {#position}
7373
7474Default: ` 'top-right' `
7575
@@ -78,4 +78,4 @@ Placement of the control relative to the map.
7878
7979## Source
8080
81- [ fullscreen-control.ts] ( https://github.com/visgl/react-map-gl/tree/7.0 -release/src/components/fullscreen-control.ts )
81+ [ fullscreen-control.ts] ( https://github.com/visgl/react-map-gl/tree/7.1 -release/src/components/fullscreen-control.tsx )
You can’t perform that action at this time.
0 commit comments