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