Files
copilot-toolbox-template-123/node_modules/antd/lib/_util/hooks/useProxyImperativeHandle.d.ts
2026-01-09 14:52:46 +00:00

5 lines
249 B
TypeScript

import type { Ref } from 'react';
export declare const useProxyImperativeHandle: <NativeELementType extends HTMLElement, ReturnRefType extends {
nativeElement: NativeELementType;
}>(ref: Ref<any> | undefined, init: () => ReturnRefType) => void;