UNPKG

@cocoy/kit-components

Version:

一些前端组件

6 lines (5 loc) 231 B
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;