Interface PayloadRenderPluginTableComponents
interface PayloadRenderPluginTableComponents { cell: ComponentType<PayloadRenderProps<{ schema: string; } & PayloadFields> & TableCellProps>; } Properties
cell
cell: ComponentType<PayloadRenderProps<{ schema: string; } & PayloadFields> & TableCellProps>