feat(richtext-lexical): add table hover actions to quickly add rows or columns

This commit is contained in:
Alessio Gravili
2024-08-05 16:08:31 -04:00
parent e65b6478c9
commit 12ba820de4
12 changed files with 567 additions and 26 deletions

View File

@@ -594,6 +594,19 @@ export interface BlockField {
blockType: 'text';
}[]
| null;
blocksWithLocalizedArray?:
| {
array?:
| {
text?: string | null;
id?: string | null;
}[]
| null;
id?: string | null;
blockName?: string | null;
blockType: 'localizedArray';
}[]
| null;
blocksWithSimilarConfigs?:
| (
| {