restructure the reader

This commit is contained in:
Aria Moradi
2021-05-15 17:18:57 +04:30
parent 5a73068a10
commit 9808976088
7 changed files with 114 additions and 43 deletions
+11
View File
@@ -87,3 +87,14 @@ interface INavbarOverride {
status: boolean
value: any
}
interface IReaderSettings{
staticNav: boolean
showPageNumber: boolean
continuesPageGap: boolean
}
interface IReaderPage {
index: number
src: string
}