mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-01 11:50:54 +08:00
Merge pull request #1596 from derekcicerone/patch-32
Leaflet: fix default icon constructor
This commit is contained in:
Vendored
+2
-2
@@ -991,9 +991,9 @@ declare module L {
|
||||
export class Default extends Icon {
|
||||
|
||||
/**
|
||||
* Creates an icon instance with default options.
|
||||
* Creates a default icon instance with the given options.
|
||||
*/
|
||||
constructor(options: IconOptions);
|
||||
constructor(options?: IconOptions);
|
||||
|
||||
static imagePath: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user