@sample-stack/counter-module-browser
Version:
Sample core for higher packages to depend on
6 lines • 409 B
TypeScript
/**
* @description Plain`CounterView` component without any data dependency.
*/
declare const CounterView: ({ loading, counter, addCounter, counterState, addCounterState, onReduxIncrement, reduxCount, getCounterLoading, addCounterWs, getCounter, syncCachedCounter, cachedData, }: any) => import("@emotion/react/jsx-runtime").JSX.Element;
export default CounterView;
//# sourceMappingURL=CounterView.d.ts.map