UNPKG

@woocommerce/data

Version:
5 lines 220 B
import { PluginsState } from './types'; import { Actions } from './actions'; declare const reducer: (state?: PluginsState, payload?: Actions) => PluginsState; export default reducer; //# sourceMappingURL=reducer.d.ts.map