UNPKG

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

Version:

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

16 lines (15 loc) 309 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; cfi?: string; }; }