com.vaadin.polymer.elemental.CSSStyleDeclaration Maven / Gradle / Ivy
package com.vaadin.polymer.elemental;
import com.google.gwt.core.client.js.JsType;
@JsType
public interface CSSStyleDeclaration {
String getPropertyValue(String property);
void setProperty(String property, String value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy