1
2
3
export type MarkdownViewProps = {
  content: string;
};