mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
leaflet.d.ts: split signature DomUtil#get to 2 overloaded
This commit is contained in:
Vendored
+2
-1
@@ -16,7 +16,8 @@ declare namespace L {
|
||||
}
|
||||
|
||||
export class DomUtil {
|
||||
static get(id: string|HTMLElement): HTMLElement;
|
||||
static get(id: string): HTMLElement;
|
||||
static get(id: HTMLElement): HTMLElement;
|
||||
static getStyle(el: HTMLElement, styleAttrib: string): string;
|
||||
static create(tagName: String, className?: String, container?: HTMLElement): HTMLElement;
|
||||
static remove(el: HTMLElement):void;
|
||||
|
||||
Reference in New Issue
Block a user