Files
copilot-toolbox-template-121/node_modules/@ant-design/pro-field/lib/components/Code/index.d.ts
2026-01-16 02:20:32 +00:00

8 lines
347 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;
language?: "text" | "json" | undefined;
} & React.RefAttributes<any>>;
export default _default;