UNPKG
@cocoy/kit-components
Version:
latest (1.0.0)
1.0.0
一些前端组件
@cocoy/kit-components
/
dist
/
MangoProTable
/
components
/
QueryForm
/
renderQueryFormFields.d.ts
6 lines
(5 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
FormInstance
}
from
'antd'
;
export
declare
const
renderQueryFormFields
:
(
col
:
any
,
queryFormOptionData
: { already:
boolean
; data:
any
; },
form
:
FormInstance
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
|
null
;