UNPKG

@atlaskit/page-layout

Version:

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

5 lines (4 loc) 125 B
import { type FC, type ReactNode } from 'react'; export declare const SkipLinksController: FC<{ children: ReactNode; }>;