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