Files
copilot-toolbox-template-123/node_modules/@ant-design/pro-field/lib/components/TextArea/index.d.ts
2026-01-09 14:52:46 +00:00

7 lines
303 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;
} & React.RefAttributes<any>>;
export default _default;