mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Leaflet-Fullscreen make Options optional
This commit is contained in:
+5
-5
@@ -12,11 +12,11 @@ declare module L {
|
||||
export interface Fullscreen extends L.Control {}
|
||||
|
||||
export interface FullscreenOptions {
|
||||
position: string,
|
||||
title: string,
|
||||
titleCancel: string,
|
||||
forceSeparateButton: boolean,
|
||||
forcePseudoFullscreen: boolean
|
||||
position?: string,
|
||||
title?: string,
|
||||
titleCancel?: string,
|
||||
forceSeparateButton?: boolean,
|
||||
forcePseudoFullscreen?: boolean
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user