import { ReactNode } from 'react'; export interface Props { children?: string | ReactNode; } /** * FormattedText replaces new line characters with HTML line breaks (`
`). * Use this component when you want to render text created by an editor or a `