UNPKG

r2-shared-js

Version:

Readium 2 'shared' for NodeJS (TypeScript)

8 lines (7 loc) 184 B
import { NavPoint } from "./ncx-navpoint"; import { PageList } from "./ncx-pagelist"; export declare class NCX { Points: NavPoint[]; PageList: PageList; ZipPath: string; }