{element}
);
case "b":
return {element};
case "i":
return {element};
case "s":
return {renderChildText(blockValue.properties.title)}
); case "bulleted_list": case "numbered_list": const wrapList = (content: React.ReactNode, start?: number) => blockValue.type === "bulleted_list" ? (
);
}
break;
}
case "column_list":
return {renderChildText(blockValue.properties.title)}); case "collection_view": if (!block) return null; const collectionView = block?.collection?.types[0]; return (
| {block.collection?.schema[gp.property]?.name} | ))}
|---|
| { renderChildText( row[ block.collection?.schema[gp.property]?.name! ] )! } | ))}
{getTextContent( row[block.collection?.schema[gp.property].name!] )}
))}