All Downloads are FREE. Search and download functionalities are using the official Maven repository.

elemental2.dom.MediaQueryListListener Maven / Gradle / Ivy

The newest version!
package elemental2.dom;
import jsinterop.annotations.JsFunction;
import elemental2.dom.MediaQueryList;
@JsFunction
public interface MediaQueryListListener{
void onInvoke(MediaQueryList p0);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy