UNPKG

r2-shared-js

Version:

Readium 2 'shared' for NodeJS (TypeScript)

7 lines (6 loc) 146 B
import { PageTarget } from "./ncx-pagetarget"; export declare class PageList { PageTarget: PageTarget[]; Class: string; ID: string; }