UNPKG

r2-shared-js

Version:

Readium 2 'shared' for NodeJS (TypeScript)

10 lines (9 loc) 215 B
import { Body } from "./smil-body"; import { Head } from "./smil-head"; import { Par } from "./smil-par"; export declare class SMIL { Head: Head; Body: Body; Par: Par; ZipPath: string | undefined; }