UNPKG

@ant-design/react-native

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

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