mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-28 07:03:17 +08:00
chore: Fix types.d.ts
This commit is contained in:
parent
52e0dc6464
commit
e41bccad64
@ -1,2 +1,4 @@
|
||||
circo
|
||||
handdrawnSeed
|
||||
neato
|
||||
newbranch
|
||||
|
@ -1,5 +1,5 @@
|
||||
import config from '../../dist/defaultConfig';
|
||||
import { MermaidConfig } from '../../dist/config.type';
|
||||
import type { MermaidConfig } from '$root/config.type.ts';
|
||||
|
||||
export type MarkdownWordType = 'normal' | 'strong' | 'emphasis';
|
||||
export interface MarkdownWord {
|
||||
content: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user