@fileverse-dev/ddoc 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,5 @@
1
1
  import { JSONContent } from '@tiptap/core';
2
2
  import { EditorProps } from '@tiptap/pm/view';
3
- import { Editor } from '@tiptap/react';
4
3
 
5
4
  export declare const DdocEditorProps: EditorProps;
6
5
  export interface DdocProps {
@@ -13,10 +12,10 @@ export interface DdocProps {
13
12
  ensProviderUrl?: string;
14
13
  username?: string | null;
15
14
  renderToolLeftSection?: ({ editor }: {
16
- editor: Editor;
15
+ editor: JSONContent;
17
16
  }) => JSX.Element;
18
17
  renderToolRightSection?: ({ editor }: {
19
- editor: Editor;
18
+ editor: JSONContent;
20
19
  }) => JSX.Element;
21
20
  }
22
21
  export interface Data {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "1.3.1",
5
+ "version": "1.3.2",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {