8 lines
190 B
Haxe
8 lines
190 B
Haxe
package js.html;
|
|
|
|
@:native("StyleMedia") extern class StyleMedia {
|
|
function new();
|
|
final type : String;
|
|
function matchMedium(mediaquery:String):Bool;
|
|
static var prototype : StyleMedia;
|
|
} |