mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
build(arch): expose SVG library types
This commit is contained in:
parent
22c0090979
commit
251e808a29
@ -15,6 +15,7 @@ import { isDetailedError } from './utils.js';
|
||||
import type { DetailedError } from './utils.js';
|
||||
import type { ExternalDiagramDefinition } from './diagram-api/types.js';
|
||||
import type { UnknownDiagramError } from './errors.js';
|
||||
import type { IconLibrary, IconResolver } from './rendering-util/svgRegister.js';
|
||||
|
||||
export type {
|
||||
MermaidConfig,
|
||||
@ -24,6 +25,8 @@ export type {
|
||||
RenderResult,
|
||||
ParseOptions,
|
||||
UnknownDiagramError,
|
||||
IconLibrary,
|
||||
IconResolver
|
||||
};
|
||||
|
||||
export interface RunOptions {
|
||||
|
Loading…
x
Reference in New Issue
Block a user