);
}
return (
{children}
);
}
function Pre({ children, ...props }: HTMLAttributes
{children}
);
}
interface ImageProps extends ComponentProps{children}); } function Hr() { return
{children}
; } function Strong({ children }: { children: ReactNode }) { return {children}; } interface TableProps { children: ReactNode; } function Table({ children }: TableProps) { return (