From e00adddc0f883367ac40e2e09d4be3e5c903318f Mon Sep 17 00:00:00 2001 From: Cristiano Ceglia Date: Fri, 27 Sep 2019 16:45:45 +0200 Subject: [PATCH] Added access to NavItem and Location I added the possibility to reference NavItem and Location definitions. --- types/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/index.d.ts b/types/index.d.ts index 6b0a7c6..c6bbfe1 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -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 {