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

io.laminext.syntax.ReactiveEventPropSyntax.scala Maven / Gradle / Ivy

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