function createTableStore<TFeatures>(features, initialState): Store<TableState<TFeatures>>;
Defined in: core/table/constructTable.ts:22
TFeatures extends TableFeatures
TFeatures
Partial<TableState<TFeatures>> | undefined
Store<TableState<TFeatures>>