Files
copilot-toolbox-template-news/node_modules/antd/lib/form/hooks/useItemRef.d.ts
2026-01-12 09:12:41 +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;