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