UNPKG

@ant-design/x

Version:

Craft AI-driven interfaces effortlessly

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