6 lines
113 B
Haxe
6 lines
113 B
Haxe
package js.html;
|
|
|
|
typedef IStyleMedia = {
|
|
final type : String;
|
|
function matchMedium(mediaquery:String):Bool;
|
|
}; |