UNPKG

lml-main

Version:

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

6 lines (5 loc) 207 B
import { Epic } from 'redux-observable'; import 'rxjs'; import { RootState } from '@lml/cosmo-redux-api'; export declare const epicDependencies: {}; export declare const rootEpic: Epic<any, RootState, any>;