1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00

Merge pull request #984 from cceglia/master

Added access to NavItem and Location
This commit is contained in:
Fred Chasen 2020-05-13 21:33:57 -07:00 committed by GitHub
commit faab7416c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
types/index.d.ts vendored
View file

@ -10,9 +10,9 @@ export default Epub;
export { default as Book } from './book';
export { default as EpubCFI } from './epubcfi';
export { default as Rendition } from './rendition';
export { default as Rendition, Location } from './rendition';
export { default as Contents } from './contents';
export { default as Layout } from './layout';
export { default as Layout, NavItem } from './layout';
declare namespace ePub {