mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fix namespace issue
This commit is contained in:
+11
-9
@@ -174,16 +174,18 @@ declare module L {
|
||||
export interface Polyline extends EditableMixin {
|
||||
}
|
||||
|
||||
export interface MapOptions {
|
||||
/**
|
||||
* Whether to create a L.Editable instance at map init or not.
|
||||
*/
|
||||
editable?: boolean;
|
||||
module Map {
|
||||
export interface MapOptions {
|
||||
/**
|
||||
* Whether to create a L.Editable instance at map init or not.
|
||||
*/
|
||||
editable?: boolean;
|
||||
|
||||
/**
|
||||
* Options to pass to L.Editable when instanciating.
|
||||
*/
|
||||
editOptions?: EditOptions;
|
||||
/**
|
||||
* Options to pass to L.Editable when instanciating.
|
||||
*/
|
||||
editOptions?: EditOptions;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user