1
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import * as React from 'react';
|
||||
import type { InternalNamePath } from '../interface';
|
||||
declare const useItemRef: () => (name: InternalNamePath, children: any) => React.Ref<any> | undefined;
|
||||
export default useItemRef;
|
||||
Reference in New Issue
Block a user