minishouyin/node_modules/antd/lib/_util/hooks/useProxyImperativeHandle.d.ts

5 lines
249 B
TypeScript
Raw Normal View History

2025-11-12 11:35:57 +08:00
import type { Ref } from 'react';
export declare const useProxyImperativeHandle: <NativeELementType extends HTMLElement, ReturnRefType extends {
nativeElement: NativeELementType;
}>(ref: Ref<any> | undefined, init: () => ReturnRefType) => void;