UNPKG

@atlaskit/page-layout

Version:

A collection of components which let you compose an application's page layout.

3 lines 156 B
import { useContext } from 'react'; import { SkipLinksContext } from './skip-links-context'; export const useSkipLinks = () => useContext(SkipLinksContext);