UNPKG

react-native-readium

Version:

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

15 lines (14 loc) 263 B
/** * An interface representing the Readium Locator object. */ export interface Locator { href: string; type: string; target?: number; title?: string; locations?: { progression: number; position?: number; totalProgression?: number; }; }