UNPKG

@mermaid-js/mermaid-zenuml

Version:

MermaidJS plugin for ZenUML integration

14 lines (13 loc) 356 B
/** * ZenUML manage parsing internally. It uses Antlr4 to parse the DSL. * The parser is defined in https://github.com/ZenUml/vue-sequence/blob/main/src/parser/index.js * * This is a dummy parser that satisfies the mermaid API logic. */ declare const _default: { parser: { yy: {}; }; parse: () => void; }; export default _default;