@bigbinary/neeto-editor 1.2.3 → 1.3.0

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/index.d.ts CHANGED
@@ -103,6 +103,7 @@ export interface EditorProps {
103
103
  keyboardShortcuts?: KeyboardShortcuts;
104
104
  error?: string;
105
105
  config?: Config;
106
+ editorKey?: string;
106
107
  [otherProps: string]: any;
107
108
  }
108
109