feat(richtext-lexical): Blocks: generate type definitions for blocks fields (#4529)

This commit is contained in:
Alessio Gravili
2024-01-30 16:51:18 +01:00
committed by GitHub
parent 58bbd8c00f
commit 90d7ee3e65
11 changed files with 110 additions and 6 deletions

View File

@@ -73,6 +73,7 @@ export const TextBlock: Block = {
}
export const RadioButtonsBlock: Block = {
interfaceName: 'LexicalBlocksRadioButtonsBlock',
fields: [
{
name: 'radioButtons',