mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
Merge pull request #1091 from tgv1975/patch-1
Fix broken type that cause TypeScript compilation error
This commit is contained in:
commit
c417294029
1 changed files with 2 additions and 1 deletions
3
types/index.d.ts
vendored
3
types/index.d.ts
vendored
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue