Skip to content

Commit

Permalink
Merge pull request #1091 from tgv1975/patch-1
Browse files Browse the repository at this point in the history
Fix broken type that cause TypeScript compilation error
  • Loading branch information
fchasen committed Jun 27, 2020
2 parents e9b074f + 4489f0e commit c417294
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export { default as Book } from './book';
export { default as EpubCFI } from './epubcfi';
export { default as Rendition, Location } from './rendition';
export { default as Contents } from './contents';
export { default as Layout, NavItem } from './layout';
export { default as Layout } from './layout';
export { NavItem } from './navigation';

declare namespace ePub {

Expand Down

0 comments on commit c417294

Please sign in to comment.