UNPKG

opds-web-client

Version:
5 lines (4 loc) 234 B
import { Store } from "redux"; import { State } from "./state"; export default function buildStore(initialState?: State, withAuth?: boolean): Store<State>; export declare function buildCollectionStore(initialState?: any): Store<any>;