UNPKG
gepic
Version:
latest (0.14.3)
0.14.3
0.14.2
0.14.1
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.30
基于vue3的设计器,可视化开发页面表单
github.com/Kchengz/epic-designer
Kchengz/epic-designer
gepic
/
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
[];