react-native-readium
Version:
A react-native wrapper for https://readium.org/
4 lines (3 loc) • 336 B
TypeScript
/// <reference types="react" />
import type { ReadiumProps } from '../../src/components/ReadiumView';
export declare const useReaderRef: ({ file, onLocationChange, onTableOfContents, }: Pick<ReadiumProps, 'file' | 'onLocationChange' | 'onTableOfContents'>) => import("react").MutableRefObject<import("@d-i-t-a/reader").default | null>;