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

js.web.cssom.ElementCSSInlineStyle Maven / Gradle / Ivy

package js.web.cssom;

import js.lang.Any;
import org.teavm.jso.JSProperty;


public interface ElementCSSInlineStyle extends Any {
    @JSProperty
    CSSStyleDeclaration getStyle();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy