UNPKG
arco-crud-plus
Version:
latest (1.3.1)
1.3.1
1.2.5
0.0.1
基于arco-design-vue的配置化表格表单组件
arco-crud-plus
/
ui
/
types
/
json-schema-editor
/
type.d.ts
5 lines
(4 loc)
•
118 B
TypeScript
View Raw
1
2
3
4
5
declare
module
"json-schema-editor-vue"
{
const
JsonSchemaEditor
:
any
;
export
default
JsonSchemaEditor
; }