mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-07 18:50:14 +00:00
Merge pull request #594 from eirikhm/master
Leaflet DivIcon should extend Icon
This commit is contained in:
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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user