ConfigFunc<T>: ((config) => T)

A type alias for a cell renderer config function.

This type is used to compute a value from a cell config object.

Type Parameters

  • T

Type declaration