UNPKG

@shopify/polaris

Version:

Shopify’s product component library

9 lines (6 loc) 159 B
import { useContext } from 'react'; import { LinkContext } from './context.js'; function useLink() { return useContext(LinkContext); } export { useLink };