UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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