UNPKG

aspire-react-data-table

Version:
3 lines (2 loc) 143 B
import { Action, TableState } from './types'; export declare function tableReducer<T>(state: TableState<T>, action: Action<T>): TableState<T>;