org.http4k.htmx.CssSelector.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http4k-htmx Show documentation
Show all versions of http4k-htmx Show documentation
DEPRECATED: Use http4k-web-htmx
package org.http4k.htmx
import dev.forkhandles.values.NonBlankStringValueFactory
import dev.forkhandles.values.StringValue
class CssSelector private constructor(value: String) : StringValue(value) {
companion object : NonBlankStringValueFactory(::CssSelector)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy