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

main.react.dom.html.MeterHTMLAttributes.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package react.dom.html

import org.w3c.dom.Element

external interface MeterHTMLAttributes : HTMLAttributes {
    var form: String?
    var high: Double?
    var low: Double?
    var max: Double?
    var min: Double?
    var optimum: Double?
    var value: String?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy