import clsx from 'clsx' import { type PropsWithChildren } from 'react' export function Prose({ children, className, }: PropsWithChildren<{ className?: string }>) { return (