UNPKG
advint-user-admin
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
开箱即用的后台管理基础用户系统组件
www.npmjs.com/package/advint-user-admin
advint-user-admin
/
lib
/
types
/
constants
/
src
/
options.system.d.ts
10 lines
(9 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export declare const sys_normal_disable: {
label
: string; value: number; tagType: string; }
[]
; export declare const sys_show_hide: {
label
: string; value: number; }
[]
;