Skip to content

Commit

Permalink
added Types
Browse files Browse the repository at this point in the history
  • Loading branch information
CD-Z committed May 29, 2023
1 parent 2d875c2 commit 0aa4324
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
import EpubBuilder from "./src/main";
import {
Parameter,
EpubChapter,
File,
EpubSettings,
} from "@cd-z/epub-constructor";

export default EpubBuilder
export default EpubBuilder;
export type { Parameter, EpubChapter, File, EpubSettings };

0 comments on commit 0aa4324

Please sign in to comment.