@unriddle-ai/lector
Advanced tools
Comparing version 1.4.2 to 1.5.0
@@ -114,3 +114,3 @@ import { ComponentPropsWithoutRef } from 'react'; | ||
export declare const Pages: ({ children, gap, virtualizerOptions, ...props }: HTMLProps<HTMLDivElement> & { | ||
export declare const Pages: ({ children, gap, virtualizerOptions, initialOffset, onOffsetChange, ...props }: HTMLProps<HTMLDivElement> & { | ||
virtualizerOptions?: { | ||
@@ -121,2 +121,4 @@ overscan?: number; | ||
children: ReactElement; | ||
initialOffset?: number; | ||
onOffsetChange?: (offset: number) => void; | ||
}) => JSX.Element; | ||
@@ -123,0 +125,0 @@ |
{ | ||
"name": "@unriddle-ai/lector", | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"description": "Headless PDF viewer for React", | ||
@@ -5,0 +5,0 @@ "author": "andrewdr (https://github.com/andrewdoro)", |
Sorry, the diff of this file is too big to display
131665
3920