UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines (4 loc) 216 B
import * as React from 'react'; import type { InternalNamePath } from '../interface'; declare const useItemRef: () => (name: InternalNamePath, children: any) => React.Ref<any> | undefined; export default useItemRef;