@sfenton/react-native-readium-with-cfi
Version:
A react-native wrapper for https://readium.org/ with CFI support
3 lines (2 loc) • 304 B
TypeScript
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>;