Skip to content

Commit 2916962

Browse files
committed
build: update dist
1 parent e343f4b commit 2916962

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/index.d.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React$1, { CSSProperties, HTMLAttributes } from 'react';
1+
import React$1, { CSSProperties, HTMLAttributes, ReactNode } from 'react';
22
import { Editor, JSONContent } from '@tiptap/core';
33
export { Editor } from '@tiptap/core';
44
import { EditorContentProps, UseEditorOptions, NodeViewProps } from '@tiptap/react';
@@ -26,7 +26,7 @@ interface MixInputProps extends HTMLAttributes<HTMLDivElement>, Omit<EditorConte
2626
tagClassName?: string
2727
editorOptions?: UseEditorOptions
2828
tagAttrs?: Record<string, string | undefined>
29-
tagView?: (props: NodeViewProps) => React.ReactNode
29+
tagView?: (props: NodeViewProps) => ReactNode
3030
immediatelyRender?: boolean
3131
ref?: React.Ref<MixInputRef>
3232
}

dist/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React$1, { CSSProperties, HTMLAttributes } from 'react';
1+
import React$1, { CSSProperties, HTMLAttributes, ReactNode } from 'react';
22
import { Editor, JSONContent } from '@tiptap/core';
33
export { Editor } from '@tiptap/core';
44
import { EditorContentProps, UseEditorOptions, NodeViewProps } from '@tiptap/react';
@@ -26,7 +26,7 @@ interface MixInputProps extends HTMLAttributes<HTMLDivElement>, Omit<EditorConte
2626
tagClassName?: string
2727
editorOptions?: UseEditorOptions
2828
tagAttrs?: Record<string, string | undefined>
29-
tagView?: (props: NodeViewProps) => React.ReactNode
29+
tagView?: (props: NodeViewProps) => ReactNode
3030
immediatelyRender?: boolean
3131
ref?: React.Ref<MixInputRef>
3232
}

src/MixInputType.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export interface MixInputProps extends HTMLAttributes<HTMLDivElement>, Omit<Edit
2626
tagClassName?: string
2727
editorOptions?: UseEditorOptions
2828
tagAttrs?: Record<string, string | undefined>
29-
tagView?: (props: NodeViewProps) => React.ReactNode
29+
tagView?: (props: NodeViewProps) => ReactNode
3030
immediatelyRender?: boolean
3131
ref?: React.Ref<MixInputRef>
3232
}

0 commit comments

Comments
 (0)