UNPKG

@atlaskit/page-layout

Version:

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

11 lines (10 loc) 237 B
/** * @jsxRuntime classic * @jsx jsx */ import { type ReactNode } from 'react'; export declare const SkipLink: ({ href, children, isFocusable, }: { href: string; children: ReactNode; isFocusable: boolean; }) => ReactNode;