feat(richtext-lexical): add table hover actions to quickly add rows or columns
This commit is contained in:
@@ -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?:
|
||||
| (
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user