mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-25 22:41:36 +08:00
8 lines
152 B
TypeScript
8 lines
152 B
TypeScript
![]() |
import type { Mermaid } from './index.js';
|
||
|
|
||
|
declare module '@ckeditor/ckeditor5-core' {
|
||
|
interface PluginsMap {
|
||
|
[ Mermaid.pluginName ]: Mermaid;
|
||
|
}
|
||
|
}
|