6 lines
127 B
Haxe
6 lines
127 B
Haxe
package js.html;
|
|
|
|
typedef ISVGElementInstanceList = {
|
|
final length : Float;
|
|
function item(index:Float):SVGElementInstance;
|
|
}; |