anki/ts/editor-toolbar/editorToolbar.d.ts
2021-04-20 15:32:02 +02:00

6 lines
115 B
TypeScript

import type { EditorToolbar } from ".";
declare namespace globalThis {
const $editorToolbar: EditorToolbar;
}