Fix TypeError

Forgot to remove prop in 52c8734c59
This commit is contained in:
schroda
2025-02-25 17:58:26 +01:00
parent ae204b2a06
commit 537ab5850d

View File

@@ -96,7 +96,6 @@ const BaseReader = ({
> & > &
Pick< Pick<
ReaderStatePages, ReaderStatePages,
| 'totalPages'
| 'setTotalPages' | 'setTotalPages'
| 'setCurrentPageIndex' | 'setCurrentPageIndex'
| 'setPageToScrollToIndex' | 'setPageToScrollToIndex'