UNPKG
arco-crud-types
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
通过链式语法生成 JSON Schema, 主要用于表单和表格的增删改查
github.com/ui-javascript/arco-crud
ui-javascript/arco-crud
arco-crud-types
/
dist
/
types
/
index.d.ts
6 lines
(5 loc)
•
174 B
TypeScript
View Raw
1
2
3
4
5
6
export
*
from
'./ArcoCrudFormProps'
;
export
*
from
'./ArcoCrudTableProps'
;
export
*
from
'./CrudOptions'
;
export
*
from
'./FormOptions'
;
export
*
from
'./GlobalConfig'
;