mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
Added access to NavItem and Location
I added the possibility to reference NavItem and Location definitions.
This commit is contained in:
parent
d9c2559b21
commit
e00adddc0f
1 changed files with 2 additions and 2 deletions
4
types/index.d.ts
vendored
4
types/index.d.ts
vendored
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue