Files
video-gen/video-gen-admin/node_modules/antd/es/_util/hooks/useProxyImperativeHandle.d.ts
T
2026-05-25 17:08:18 +08: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;