UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

4 lines (3 loc) 231 B
import * as React from 'react'; import { InternalNamePath } from '../interface'; export default function useItemRef(): (name: InternalNamePath, children: any) => ((instance: any) => void) | React.RefObject<any> | null | undefined;