UNPKG
press-tdesign-vue-next
Version:
latest (1.0.36)
1.0.36
1.0.35
1.0.34
1.0.33
1.0.32
1.0.31
1.0.30
1.0.23
1.0.22
1.0.21
1.0.20
1.0.12
1.0.1
1.0.0
0.0.40
0.0.38
0.0.37
0.0.36
0.0.9
二次封装 tdesign-vue-next
novlan1.github.io/press-components/
novlan1/press-components
press-tdesign-vue-next
/
dist
/
types
/
sidebar-item
/
types.d.ts
11 lines
(10 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
type
ISidebarItem = { name:
string
;
path
:
string
; meta?: { title?:
string
; icon?:
string
; }; fullPath?:
string
; children?: ISidebarItem[]; };