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