UNPKG

polaris-glints

Version:

Glints forked polaris react

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