mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
DivIcon now extends Icon, which makes constructor in Marker happy
This commit is contained in:
parent
0189ba4515
commit
60e7f4cd61
2
leaflet/leaflet.d.ts
vendored
2
leaflet/leaflet.d.ts
vendored
@ -1932,7 +1932,7 @@ declare module L {
|
||||
|
||||
}
|
||||
|
||||
export class DivIcon {
|
||||
export class DivIcon extends Icon{
|
||||
/**
|
||||
* Creates a div icon instance with the given options.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user