UNPKG

@gluestack-ui/core

Version:

Universal UI components for React Native, Expo, and Next.js

9 lines 282 B
import type { IUseLinkProp } from './types'; import type { AccessibilityRole } from 'react-native'; export declare function useLink(props: IUseLinkProp): { linkProps: { role: AccessibilityRole; accessible: boolean; }; }; //# sourceMappingURL=UseLink.d.ts.map