UNPKG

@ant-design/pro-field

Version:

原子信息组件,统一 ProForm、ProTable、ProList、Filter 等组件里面的字段定义。

9 lines (8 loc) 424 B
import type { ColorPickerProps } from 'antd'; import React from 'react'; declare const _default: React.ForwardRefExoticComponent<import("../../../../provider/src").BaseProFieldFC & import("../../../../provider/src").ProRenderFieldPropsType & { text: string; /** 是否使用旧版本 */ old?: boolean | undefined; } & Partial<Omit<ColorPickerProps, "mode">> & React.RefAttributes<any>>; export default _default;