UNPKG

opds-web-client

Version:
8 lines (7 loc) 209 B
import { BookData } from "../interfaces"; export interface LoansState { url: string; books: BookData[]; } declare var _default: (state: LoansState, action: any) => LoansState; export default _default;