UNPKG
ant-plus-components
Version:
latest (0.0.7-beta.9)
0.0.7-beta.9
0.0.7-beta.8
0.0.7-beta.7
0.0.7-beta.6
0.0.7-beta.5
0.0.7-beta.4
0.0.7-beta.3
0.0.7-beta.2
0.0.7-beta.1
0.0.6-beta.4
0.0.6-beta.3
0.0.6-beta.2
0.0.5-beta.3
0.0.4-beta.3
0.0.4-beta.2
0.0.4-beta.1
0.0.3-beta.9
0.0.3-beta.8
0.0.3-beta.7
0.0.3-beta.6
0.0.3-beta.5
0.0.3-beta.4
0.0.3-beta.3
0.0.3-beta.2
0.0.3-beta.1
0.0.2
0.0.2-beta.3
0.0.2-beta.2
0.0.2-beta.1
0.0.1
基于 Ant Design 的增强型组件库
github.com/letconstvar/ant-plus-components
ant-plus-components
/
dist
/
components
/
RenderFormItem
/
index.d.ts
4 lines
(3 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
import
type
{
ColumnPlus
}
from
"@/types/index"
;
declare
const
renderFormItem
:
(
column
:
ColumnPlus
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
default
renderFormItem;