mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
6 lines
186 B
TypeScript
6 lines
186 B
TypeScript
import Book, { BookOptions } from "./book";
|
|
|
|
export default Epub;
|
|
|
|
declare function Epub(url: string, options?: BookOptions) : Book;
|
|
declare function Epub(options?: BookOptions) : Book;
|