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

5 lines
154 B
TypeScript

import React from 'react';
import type { ProFormGroupProps } from '../../typing';
declare const Group: React.FC<ProFormGroupProps>;
export default Group;