6 lines
115 B
TypeScript
6 lines
115 B
TypeScript
import type { EditorToolbar } from ".";
|
|
|
|
declare namespace globalThis {
|
|
const $editorToolbar: EditorToolbar;
|
|
}
|