UNPKG
zjyw-ui
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
## 安装
zjyw-ui
/
lib
/
CockpitData
/
helper.d.ts
17 lines
(16 loc)
•
308 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export declare const pageList: { pageKey: string; key: string; title: string; level: number; children: { moduleKey: string; key: string; title: string; level: number; }
[]
; }
[]
; export declare const options: { value: string;
label
: string; }
[]
;