@fileverse-dev/ddoc 4.3.2-comment-1 → 4.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Editor } from '@tiptap/react';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Shared jsdom editor factory for unit tests (use-editor-commands.test.tsx,
|
|
5
|
-
* selection-utils.test.ts, ...). Collaboration owns the doc, so content must
|
|
6
|
-
* be set via `setContent` *after* construction — passing `content` to the
|
|
7
|
-
* `Editor` constructor is silently ignored once Collaboration is configured.
|
|
8
|
-
*/
|
|
9
|
-
export declare const makeEditor: (content?: string) => Editor;
|