type AssignCellPrototype<TConstructors> = <TFeatures, TData>(prototype, table) => void;
Defined in: types/TableFeatures.ts:77
TConstructors extends FeatureConstructors
TFeatures extends TableFeatures
TData extends RowData
Record<string, any>
Table_Internal<TFeatures, TData>
void