
teststate.domzipper.Exports.scala Maven / Gradle / Ivy
The newest version!
package teststate.domzipper
import teststate.domzipper.DomZipperJsF.Dom
import teststate.domzipper.ErrorHandler.{Id, Throw}
trait Exports extends SharedExports with DomCollectionJsExt.Exports with JsDomExt {
final type DomZipperJsF[F[_], A] = teststate.domzipper.DomZipperJsF[F, A]
final type DomZipperJs = DomZipperJsF[Id, Dom]
final val DomZipperJs = new teststate.domzipper.DomZipperJsF.Constructors[Id]()(Throw)
final type CssSelEngine = DomZipper.CssSelEngine[Dom, Dom]
final def CssSelEngine(run: (String, Dom) => Vector[Dom]): CssSelEngine = DomZipper.CssSelEngine(run)
}
object Exports extends Exports
© 2015 - 2025 Weber Informatics LLC | Privacy Policy