UNPKG

r2-shared-js

Version:

Readium 2 'shared' for NodeJS (TypeScript)

10 lines (9 loc) 229 B
import { Content } from "./ncx-content"; import { NavLabel } from "./ncx-navlabel"; export declare class NavPoint { Points: NavPoint[]; NavLabel: NavLabel; Content: Content; PlayerOrder: number; ID: string; }