UNPKG
cli-react-router
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
CLI to generate a project with react-router v7
cli-react-router
/
dist
/
app
/
structure.d.ts
15 lines
•
352 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export
declare
const
structure
: { app: { routes: {
'home.tsx'
:
string
; };
'app.css'
:
string
;
'root.tsx'
:
string
;
'routes.ts'
:
string
; };
public
: {};
'react-router.config.ts'
:
string
;
'tsconfig.json'
:
string
;
'vite.config.js'
:
string
; };
//# sourceMappingURL=structure.d.ts.map