UNPKG

@atlaskit/page-layout

Version:

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

4 lines (3 loc) 161 B
import { type Context } from 'react'; import { type SkipLinkContextProps } from './types'; export declare const SkipLinksContext: Context<SkipLinkContextProps>;