mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-17 19:24:10 +01:00
feat(parser): create pie parser and export it
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export type { Info } from './language/index.js';
|
||||
export type { Info, Pie, PieSection } from './language/index.js';
|
||||
export type { DiagramAST } from './parse.js';
|
||||
export { parse, MermaidParseError } from './parse.js';
|
||||
|
||||
Reference in New Issue
Block a user