UNPKG

r2-shared-js

Version:

Readium 2 'shared' for NodeJS (TypeScript)

6 lines (5 loc) 183 B
import { DisplayOptionsPlatform } from "./display-options-platform"; export declare class DisplayOptions { Platforms: DisplayOptionsPlatform[]; ZipPath: string | undefined; }