import clsx from 'clsx'; const Prose = ({ html, className }: { html: string; className?: string }) => { return (