UNPKG

r2-shared-js

Version:

Readium 2 'shared' for NodeJS (TypeScript)

11 lines (10 loc) 242 B
import { Content } from "./ncx-content"; import { NavLabel } from "./ncx-navlabel"; export declare class PageTarget { NavLabel: NavLabel; Value: string; Type: string; PlayOrder: number; ID: string; Content: Content; }