UNPKG
@chalkbooks/react-doc-viewer
Version:
latest (1.15.0)
1.15.0
1.14.0
1.13.0
File viewer for React.
cyntler.github.io/react-doc-viewer
@chalkbooks/react-doc-viewer
/
dist
/
esm
/
renderers
/
pdf
/
components
/
PDFPagination.d.ts
4 lines
(3 loc)
•
95 B
TypeScript
View Raw
1
2
3
4
import
{
FC
}
from
"react"
;
declare
const
PDFPagination
:
FC
<{}>;
export
default
PDFPagination
;