UNPKG
@tuoyuan/web-plus-dev
Version:
latest (1.0.1)
1.0.1
基于arco-design的配置化表格表单组件
@tuoyuan/web-plus-dev
/
ui
/
types
/
utils
/
form.d.ts
3 lines
(2 loc)
•
132 B
TypeScript
View Raw
1
2
3
import
type
{
Column
}
from
"../form/type"
;
export
declare
const
getComponentBindProps
:
(
dicData
:
Array
<
any
>,
item
:
Column
) =>
any
;