first commit
This commit is contained in:
4
frontend/node_modules/antd/lib/_util/hooks/useProxyImperativeHandle.d.ts
generated
vendored
Normal file
4
frontend/node_modules/antd/lib/_util/hooks/useProxyImperativeHandle.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import type { Ref } from 'react';
|
||||
export declare const useProxyImperativeHandle: <NativeELementType extends HTMLElement, ReturnRefType extends {
|
||||
nativeElement: NativeELementType;
|
||||
}>(ref: Ref<any> | undefined, init: () => ReturnRefType) => void;
|
||||
Reference in New Issue
Block a user