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