UNPKG

@berish/mvc-router5-plugin

Version:

Router5 plugin for @berish/mvc-core

9 lines (8 loc) 288 B
/// <reference types="react" /> import { ControllerClass } from '@berish/mvc-core'; export interface Router5ComponentProps { notFoundControllerClass?: ControllerClass<{ error: any; }>; } export declare function Router5Component(props: Router5ComponentProps): JSX.Element;