UNPKG

opds-web-client

Version:
5 lines (4 loc) 236 B
import AuthPlugin from "./AuthPlugin"; import { PathFor } from "./interfaces"; declare var _default: (authPlugins: AuthPlugin[], pathFor: PathFor) => (store: any) => (next: any) => (action: any) => Promise<{}>; export default _default;