UNPKG

ds-markdown

Version:

> 🚀 高性能 React Markdown 打字动画组件,完美复刻 DeepSeek 聊天界面效果

27 lines (25 loc) 582 B
declare const zhCN: { codeBlock: { copy: string; copied: string; download: string; downloaded: string; }; mermaid: { diagram: string; code: string; zoomOut: string; zoomIn: string; download: string; fullScreen: string; exitFullScreen: string; downloadImage: string; downloadedImage: string; copyImage: string; copiedImage: string; fitInView: string; }; }; type ZhCN = typeof zhCN; export { zhCN as default, zhCN }; export type { ZhCN };