mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #864 from michaelgmiller/master
Add icon defaults to leaflet.
This commit is contained in:
Vendored
+8
@@ -1898,12 +1898,20 @@ declare module L {
|
||||
|
||||
}
|
||||
|
||||
interface IconDefaults {
|
||||
imagePath: string;
|
||||
}
|
||||
|
||||
export class Icon {
|
||||
/**
|
||||
* Creates an icon instance with the given options.
|
||||
*/
|
||||
constructor(options: IconOptions);
|
||||
|
||||
/**
|
||||
* Default properties for newly constructed icons.
|
||||
*/
|
||||
public static Default : IconDefaults;
|
||||
}
|
||||
|
||||
export interface DivIconOptions {
|
||||
|
||||
Reference in New Issue
Block a user