mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 22:44:18 +08:00
Merge pull request #12138 from fromm1990/patch-1
Adding imagePath property
This commit is contained in:
6
leaflet/leaflet.d.ts
vendored
6
leaflet/leaflet.d.ts
vendored
@@ -1413,8 +1413,12 @@ declare namespace L {
|
||||
createShadow(oldIcon?: HTMLElement): HTMLElement;
|
||||
}
|
||||
|
||||
export interface IconDefault extends Icon {
|
||||
imagePath: string;
|
||||
}
|
||||
|
||||
export namespace Icon {
|
||||
export const Default: Icon;
|
||||
export const Default: IconDefault;
|
||||
}
|
||||
|
||||
export function icon(options: IconOptions): Icon;
|
||||
|
||||
Reference in New Issue
Block a user