UNPKG
epic-designer-cjh
Version:
latest (0.8.22)
0.8.22
0.8.21
0.8.20
0.8.19
0.8.18
0.8.17
0.8.16
0.8.15
0.8.14
基于vue3的设计器,可视化开发页面表单
github.com/Kchengz/epic-designer
Kchengz/epic-designer
epic-designer-cjh
/
dist
/
core
/
extensions
/
ERuleEditor
/
data.d.ts
10 lines
(9 loc)
•
208 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
const
typeOptions
: {
label
:
string
;
value
:
string
; }[];
export
declare
const
triggerOptions
: {
label
:
string
;
value
:
string
; }[];
export
declare
const
lenTypeOptions
:
string
[];