UNPKG

@readium/shared

Version:

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

9 lines (8 loc) 262 B
/** Hint about the nature of the layout for the publication. * https://readium.org/webpub-manifest/contexts/default/#layout-and-reading-progression */ export declare enum Layout { reflowable = "reflowable", fixed = "fixed", scrolled = "scrolled" }