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

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

package react.dom.html

object FormMethod {
    const val get: String = "get"
    const val post: String = "post"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy