UNPKG
@berish/mvc-router5-plugin
Version:
latest (2.0.0)
2.0.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Router5 plugin for @berish/mvc-core
@berish/mvc-router5-plugin
/
build
/
router5Component.d.ts
9 lines
(8 loc)
•
288 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/// <reference types="react" />
import
{
ControllerClass
}
from
'@berish/mvc-core'
;
export
interface
Router5ComponentProps
{
notFoundControllerClass
?:
ControllerClass
<{
error
:
any
; }>; }
export
declare
function
Router5Component
(
props
:
Router5ComponentProps
):
JSX
.
Element
;