mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
9 lines
130 B
TypeScript
9 lines
130 B
TypeScript
|
|
import { Editor } from "@tiptap/react";
|
||
|
|
|
||
|
|
declare global {
|
||
|
|
/**
|
||
|
|
* Current tiptap instance
|
||
|
|
*/
|
||
|
|
var editor: Editor | null;
|
||
|
|
}
|