UNPKG
melt-parser
Version:
latest (1.0.4)
1.0.4
1.0.4-alpha.0
1.0.3
1.0.2
1.0.1
通过链式语法生成 JSON Schema, 主要用于表单和表格的增删改查
github.com/ui-javascript/arco-crud
ui-javascript/arco-crud
melt-parser
/
dist
/
index.d.ts
6 lines
(5 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
export
*
from
'./types/ArcoCrudFormProps'
;
export
*
from
'./types/ArcoCrudTableProps'
;
export
*
from
'./types/ICrudOptions'
;
export
*
from
'./types/IFormSchema'
;
export
*
from
'./types/IGlobalConfig'
;