Files
copilot-toolbox-template-123/node_modules/antd/es/form/hooks/useItemRef.d.ts
2026-01-09 14:52:46 +00:00

4 lines
195 B
TypeScript

import * as React from 'react';
import type { InternalNamePath } from '../interface';
export default function useItemRef(): (name: InternalNamePath, children: any) => React.Ref<any> | undefined;