8 lines
228 B
Haxe
8 lines
228 B
Haxe
package js.html;
|
|
|
|
@:native("SVGElementInstanceList") extern class SVGElementInstanceList {
|
|
function new();
|
|
final length : Float;
|
|
function item(index:Float):SVGElementInstance;
|
|
static var prototype : SVGElementInstanceList;
|
|
} |