UNPKG

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

Version:

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

13 lines (12 loc) 295 B
import type { Link } from './Link'; import type { Locator } from './Locator'; export interface File { /** * A string path to an eBook on disk. */ url: string; /** * An optional location that the eBook will be opened at. */ initialLocation?: Locator | Link; }