UNPKG

@sfenton/react-native-readium-with-cfi

Version:

A react-native wrapper for https://readium.org/ with CFI support

3 lines (2 loc) 171 B
import type { Link, Locator } from '../../src/interfaces'; export declare const useLocationObserver: (reader?: D2Reader | null, location?: Link | Locator | null) => void;