import React, { ReactNode } from 'react'; import { Box } from 'folds'; type ClientLayoutProps = { nav: ReactNode; children: ReactNode; }; export function ClientLayout({ nav, children }: ClientLayoutProps) { return ( <> { (e.currentTarget as HTMLElement).style.top = '0'; }} onBlur={(e) => { (e.currentTarget as HTMLElement).style.top = '-40px'; }} > Skip to main content {nav} {children} ); }