6 天以前 5dbc69b4e792dcce998038822b92402366bec47f
1
2
3
export type MarkdownViewProps = {
  content: string;
};