chore: Fix types.d.ts

This commit is contained in:
Sidharth Vinod 2024-05-24 10:08:06 +05:30
parent 52e0dc6464
commit e41bccad64
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,4 @@
circo
handdrawnSeed
neato
newbranch

View File

@ -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;