Skip to content

Commit b0e58e0

Browse files
committed
build: update build
1 parent c05508a commit b0e58e0

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

dist/index.d.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React$1, { CSSProperties, HTMLAttributes } from 'react';
22
import { Editor, JSONContent } from '@tiptap/core';
3+
export { Editor } from '@tiptap/core';
34
import { EditorContentProps, UseEditorOptions, NodeViewProps } from '@tiptap/react';
45

56
interface Tag {

dist/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React$1, { CSSProperties, HTMLAttributes } from 'react';
22
import { Editor, JSONContent } from '@tiptap/core';
3+
export { Editor } from '@tiptap/core';
34
import { EditorContentProps, UseEditorOptions, NodeViewProps } from '@tiptap/react';
45

56
interface Tag {

0 commit comments

Comments
 (0)