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