UNPKG

@woocommerce/data

Version:
12 lines 298 B
/** * External dependencies */ import { Reducer } from 'redux'; /** * Internal dependencies */ import { Actions } from './actions'; import { ResourceState } from '../crud/reducer'; declare const reducer: Reducer<ResourceState, Actions>; export { reducer }; //# sourceMappingURL=reducer.d.ts.map