UNPKG

@woocommerce/data

Version:
7 lines 275 B
import type { Reducer } from 'redux'; import { ImportState } from './types'; import { Action } from './actions'; declare const reducer: Reducer<ImportState, Action>; export type State = ReturnType<typeof reducer>; export default reducer; //# sourceMappingURL=reducer.d.ts.map