UNPKG

@readium/shared

Version:

Shared models to be used across other Readium projects and implementations in Typescript

6 lines (5 loc) 155 B
/** Hint about the nature of the layout for the linked resources. */ export declare enum EPUBLayout { fixed = "fixed", reflowable = "reflowable" }