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

Properties

Properties

cell: ComponentType<PayloadRenderProps<{
    schema: string;
} & PayloadFields> & TableCellProps>