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

main.dom.css.getComputedStyle.kt Maven / Gradle / Ivy

package dom.css

import cssom.CSSStyleDeclaration
import dom.Element

external fun getComputedStyle(
    element: Element,
    pseudoElement: String? = definedExternally,
): CSSStyleDeclaration




© 2015 - 2025 Weber Informatics LLC | Privacy Policy