UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

7 lines (6 loc) 221 B
import { AnyAction } from 'redux'; import { CustomerDataState } from './data'; export interface CustomersState { data: CustomerDataState; } export declare const customersReducer: (state: {}, action: AnyAction) => {};