UNPKG

ant-design-x-vue-next

Version:

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

7 lines (6 loc) 340 B
import Mermaid from './Mermaid.vue'; export type { MermaidProps, MermaidRef, MermaidSemanticType, MermaidType, MermaidRenderType, MermaidActionsConfig, } from './interface'; /** Re-export mermaid package config type used by `MermaidProps.config`. */ export type { MermaidConfig } from 'mermaid'; export default Mermaid; export { Mermaid };