Files
kiss-flixel/feedback-server/externs/js/html/SVGElementInstanceList.hx

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;
}