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

7 lines
303 B
TypeScript

import React from 'react';
import 'antd/lib/input/style';
declare const _default: React.ForwardRefExoticComponent<import("../../../../provider/src").BaseProFieldFC & import("../../../../provider/src").ProRenderFieldPropsType & {
text: string;
} & React.RefAttributes<any>>;
export default _default;