type Cell<TFeatures, TData, TValue> = Cell_Cell<TFeatures, TData, TValue> & UnionToIntersection<"columnGroupingFeature" extends keyof TFeatures ? Cell_ColumnGrouping : never> & ExtractFeatureTypes<"Cell", TFeatures> & Cell_Plugins<TFeatures, TData, TValue>;
Defined in: types/Cell.ts:22
TFeatures extends TableFeatures
TData extends RowData