Skip to content

Commit 68186ad

Browse files
committed
Leaflet-Fullscreen make Options optional
1 parent a1feab7 commit 68186ad

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

leaflet-fullscreen/leaflet-fullscreen.d.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ declare module L {
1212
export interface Fullscreen extends L.Control {}
1313

1414
export interface FullscreenOptions {
15-
position: string,
16-
title: string,
17-
titleCancel: string,
18-
forceSeparateButton: boolean,
19-
forcePseudoFullscreen: boolean
15+
position?: string,
16+
title?: string,
17+
titleCancel?: string,
18+
forceSeparateButton?: boolean,
19+
forcePseudoFullscreen?: boolean
2020
}
2121
}
2222

0 commit comments

Comments
 (0)