UNPKG

react-native-readium

Version:

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

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;