import { ReactNode } from "react"; export const LinkWithCaption = (props: { caption: string; children: ReactNode; }) => (
{props.caption}