mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
DivIcon now extends Icon, which makes constructor in Marker happy
This commit is contained in:
Vendored
+1
-1
@@ -1932,7 +1932,7 @@ declare module L {
|
||||
|
||||
}
|
||||
|
||||
export class DivIcon {
|
||||
export class DivIcon extends Icon{
|
||||
/**
|
||||
* Creates a div icon instance with the given options.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user