Files
copilot-toolbox-sdfdsfds/node_modules/@ant-design/pro-field/es/components/Text/index.d.ts
2026-01-16 01:51:36 +00:00

8 lines
336 B
TypeScript

import React from 'react';
import 'antd/lib/input/style';
declare const _default: React.ForwardRefExoticComponent<import("@ant-design/pro-provider").BaseProFieldFC & import("@ant-design/pro-provider").ProRenderFieldPropsType & {
text: string;
emptyText?: React.ReactNode;
} & React.RefAttributes<any>>;
export default _default;