Variable: tableCellEditorChildren$

const tableCellEditorChildren$: NodeRef<ComponentType<object>[]>

React Components registered to be rendered inside table cell editors. Use this instead of addNestedEditorChild$ for components that should only appear in table cells. Plugins that should not be active in table cells (e.g. lists) should not register here.