mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Adding imagePath property
I just added the imagePath property to the L.Icon.Default.imagePath (http://leafletjs.com/reference-1.0.0.html#icon-default-option)
This commit is contained in:
committed by
GitHub
parent
93cd5a76d0
commit
603c022557
Vendored
+1
@@ -1343,6 +1343,7 @@ declare namespace L {
|
||||
export interface Icon extends Layer {
|
||||
createIcon(oldIcon?: HTMLElement): HTMLElement;
|
||||
createShadow(oldIcon?: HTMLElement): HTMLElement;
|
||||
imagePath: string;
|
||||
}
|
||||
|
||||
export namespace Icon {
|
||||
|
||||
Reference in New Issue
Block a user