UNPKG
krco
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
基于arco-design-vue的配置化表格表单组件
krco
/
types
/
form-create
/
config
/
selfColumn.d.ts
3 lines
(2 loc)
•
124 B
TypeScript
View Raw
1
2
3
export
declare
const
getSelfColumn
:
(
type
:
string
) =>
any
;
export
declare
const
setSelfColumn
:
(
customConfig
:
any
) =>
void
;