Vanessa 2024-02-23 11:31:11 +08:00
parent d81c7f2609
commit b577fdf15b
2 changed files with 6 additions and 6 deletions

View file

@ -147,7 +147,7 @@ interface Window {
}
mermaid: {
initialize(options: any): void,
init(options: any, element: Element): void
render(id: string, text: string): { svg:string }
};
plantumlEncoder: {
encode(options: string): string,