gaoluyang
2026-08-07 bc4150ba744525234080f9364aea6fee6702b962
1
2
3
export type MarkdownViewProps = {
  content: string;
};