mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
4 lines
121 B
TypeScript
4 lines
121 B
TypeScript
import { Node } from "@tiptap/core";
|
|
import "katex/dist/katex.min.css";
|
|
export declare const MathInline: Node<any, any>;
|