UNPKG
handie-react-starter-umi
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
`handie-react-starter-antd` + `umi`
handiejs.github.io
future-js/handie
handie-react-starter-umi
/
dist
/
types
/
app.ts
8 lines
(5 loc)
•
207 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
AppDescriptor
as
_AppDescriptor }
from
'handie-react-starter-antd'
;
interface
AppDescriptor
extends
Omit
<_AppDescriptor, 'creators'> {
routes
:
Record
<
string
,
any
>[]; }
export
{
AppDescriptor
};