diff --git a/src/nodes/Paragraph.d.ts b/src/nodes/Paragraph.d.ts new file mode 100644 index 0000000000..39c0439c3b --- /dev/null +++ b/src/nodes/Paragraph.d.ts @@ -0,0 +1,4 @@ +import type { Node } from '@tiptap/core' + +declare const Paragraph: Node +export default Paragraph diff --git a/src/nodes/Paragraph.ts b/src/nodes/Paragraph.js similarity index 100% rename from src/nodes/Paragraph.ts rename to src/nodes/Paragraph.js