mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
export necessary functions and types from packages/parser
This commit is contained in:
parent
cf1880343b
commit
c62be1bb45
@ -1,4 +1,13 @@
|
||||
export { Info, MermaidAstType, Pie, PieSection } from './generated/ast.js';
|
||||
export {
|
||||
Info,
|
||||
MermaidAstType,
|
||||
Pie,
|
||||
PieSection,
|
||||
isCommon,
|
||||
isInfo,
|
||||
isPie,
|
||||
isPieSection,
|
||||
} from './generated/ast.js';
|
||||
export {
|
||||
InfoGeneratedModule,
|
||||
MermaidGeneratedSharedModule,
|
||||
|
Loading…
x
Reference in New Issue
Block a user