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

sri.web.router.package.scala Maven / Gradle / Ivy

The newest version!
package sri.web

import sri.core.{React, ReactElement}

import scala.scalajs.js

package object router {
  val routerContextTypes = js.Dictionary("routerctrl" -> React.PropTypes.`object`.isRequired)
  type NavBarElementFunction = () => ReactElement

  val FORWARD_SLASH = "/"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy