/// import type { WdFormItemProps } from '../../../configs/type-utils/type-form'; /** * 表单项包裹,包括标题、文本提示、校验 */ export declare function WdFormItem(props: WdFormItemProps): JSX.Element; export type { WdFormItemProps };