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

6 lines
127 B
Haxe

package js.html;
typedef ISVGElementInstanceList = {
final length : Float;
function item(index:Float):SVGElementInstance;
};