@fileverse-dev/ddoc 1.2.5 → 1.2.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,8 +10,8 @@ export interface DdocProps {
|
|
10
10
|
toggleCollaboration?: (flag: boolean) => void;
|
11
11
|
data?: Data | null;
|
12
12
|
onAutoSave?: (data: Data) => void;
|
13
|
-
username?: string;
|
14
|
-
renderToolRightSection?: ({ editor, pluginMetaData }: {
|
13
|
+
username?: string | null;
|
14
|
+
renderToolRightSection?: ({ editor, pluginMetaData, }: {
|
15
15
|
editor: Editor;
|
16
16
|
pluginMetaData: PluginMetaData;
|
17
17
|
}) => JSX.Element;
|