UNPKG

ant-design-x-vue-next

Version:

Ant Design X for Vue — community continuation aligned with @ant-design/x

11 lines (10 loc) 212 B
export type MermaidLocale = { zoomIn: string; zoomOut: string; zoomReset: string; download: string; code: string; image: string; }; declare const zhCN: MermaidLocale; export default zhCN;