When compiling a project that uses @editor-js/table with typescript, I get the following error:
assets/node_modules/@editorjs/table/dist/plugin.d.ts:70:48 - error TS2339: Property 'block' does not exist on type 'TableConstructor'.
70 constructor({ data, config, api, readOnly, block }: TableConstructor);
~~~~~
Found 1 error in assets/node_modules/@editorjs/table/dist/plugin.d.ts:70
Any idea how I can fix this?