mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
fix for Element.Children
Element.children is a function not a field, now it's correctly mapped
This commit is contained in:
Vendored
+1
-1
@@ -205,7 +205,7 @@ declare module svgjs {
|
||||
export interface Parent {
|
||||
put(element:Element, i?:number):Element;
|
||||
add(element:Element, i?:number):Element;
|
||||
children:Element[];
|
||||
children():Element[];
|
||||
|
||||
rect(w:number, h:number):Element;
|
||||
ellipse(w:number, h:number):Element;
|
||||
|
||||
Reference in New Issue
Block a user