mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Change dom.remove to include Element
This commit is contained in:
Vendored
+1
-1
@@ -826,7 +826,7 @@ export namespace dom {
|
||||
|
||||
parseStyle(cssText: string): {};
|
||||
|
||||
remove<T>(node: string, keepChildren?: boolean): Element | T[];
|
||||
remove<T>(node: string | Element, keepChildren?: boolean): Element | T[];
|
||||
|
||||
removeAllAttribs(e: Element): void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user