From 4489f0ed0276c83e40578c303f8c660a14ccda2e Mon Sep 17 00:00:00 2001 From: Tudor Gavan Date: Sat, 27 Jun 2020 19:00:45 +0300 Subject: [PATCH] Update index.d.ts --- types/index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index c6bbfe169..6a8ec9b9e 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -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 {