UNPKG
@cwagner22/react-router-hono
Version:
latest (1.2.6)
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
React Router Hono Server
www.resolid.tech
cwagner22/resolid-react-router-hono
@cwagner22/react-router-hono
/
dist
/
dev.d.ts
10 lines
(7 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Plugin
}
from
'vite'
;
type
ReactRouterHonoServerOptions
= {
entryFile
?:
string
;
exclude
?: (
string
|
RegExp
)[]; };
declare
const
reactRouterHonoServer
:
(
options
?:
ReactRouterHonoServerOptions
) =>
Plugin
;
export
{ reactRouterHonoServer };