io.laminext.syntax.ReactiveEventPropSyntax.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core_sjs1_3.0.0-RC3 Show documentation
Show all versions of core_sjs1_3.0.0-RC3 Show documentation
Laminar utilities and components
The newest version!
package io.laminext.syntax
import com.raquo.laminar.keys.ReactiveEventProp
import io.laminext.core.ops.reactiveeventprop.ReactiveEventPropOps
import org.scalajs.dom
trait ReactiveEventPropSyntax {
implicit def syntaxReactiveEventProp[Ev <: dom.Event](
underlying: ReactiveEventProp[Ev]
): ReactiveEventPropOps[Ev] =
new ReactiveEventPropOps[Ev](underlying)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy