mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 11:47:54 +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;
|
|
}
|