@alxgrn/prose-editor 0.0.30 → 0.0.32

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/README.md CHANGED
@@ -8,4 +8,5 @@
8
8
  * DOM - просмотровщик с пассивными компонентами
9
9
 
10
10
  Демо: [https://alxgrn.ru/editor/](https://alxgrn.ru/editor/)
11
- Как использовать [./src/App.tsx](./src/App.tsx)
11
+
12
+ Как использовать: [./src/App.tsx](./src/App.tsx)
@@ -1,6 +1,7 @@
1
1
  import { FC } from 'react';
2
2
  type Props = {
3
- parent?: HTMLElement | null;
3
+ x: number;
4
+ y: number;
4
5
  isRowMenuOpen: boolean;
5
6
  isCellMenuOpen: boolean;
6
7
  isColumnMenuOpen: boolean;