Route

object Route extends ExternalComponent
class ExternalComponent
class ExternalComponentWithAttributes[Nothing]
class ExternalComponentWithAttributesWithRefType[Nothing, Object]
class Object
trait Matchable
class Any
Route.type

Type members

Classlikes

case class Props(path: String, exact: Boolean, render: () => ReactElement)

Inherited types

type Element = E
Inherited from:
ExternalComponentWithAttributesWithRefType
type RefType = R
Inherited from:
ExternalComponentWithAttributesWithRefType

Value members

Concrete methods

def apply(path: String, exact: Boolean)(render: => ReactElement): ReactElement

Inherited methods

def apply(p: Props): BuildingComponent[Nothing, Object]
Inherited from:
ExternalComponentWithAttributesWithRefType

Concrete fields

override val component: String | Object