anki/ts/editor-toolbar/editorToolbar.d.ts

6 lines
115 B
TypeScript
Raw Normal View History

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