
main.react.dom.html.ProgressHTMLAttributes.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package react.dom.html
import org.w3c.dom.Element
external interface ProgressHTMLAttributes : HTMLAttributes {
var max: Double?
var value: String?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy