pub fn ActivableRoute<T>(__props: ActivableRouteProps<T>) -> Option<VNode>where T: Clone + PartialEq + Routable + 'static,