diff --git a/src/nodes/Paragraph.d.ts b/src/nodes/Paragraph.d.ts new file mode 100644 index 0000000000..3e607621f6 --- /dev/null +++ b/src/nodes/Paragraph.d.ts @@ -0,0 +1,9 @@ +/** + * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors + * SPDX-License-Identifier: AGPL-3.0-or-later + */ + +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