Interface CellHeaderCreator<T>

interface CellHeaderCreator<T> ((sheetModel, update?, prevModel?) => T)

Type Parameters