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

View File

@@ -137,12 +137,6 @@ const useStyles = (settings: IReaderSettings) => makeStyles((theme: Theme) => ({
},
}));
export interface IReaderSettings{
staticNav: boolean
showPageNumber: boolean
continuesPageGap: boolean
}
export const defaultReaderSettings = () => ({
staticNav: false,
showPageNumber: true,