UNPKG

jamis

Version:

一种支持通过JSON配置方式生成页面的组件库

6 lines (5 loc) 239 B
import React from 'react'; import type { FormItemProps } from '../types'; export declare const FormItemNormal: React.FC<Omit<FormItemProps, 'renderControl'> & { renderControl: (className?: string | string[]) => JSX.Element | null; }>;