UNPKG

@readium/shared

Version:

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

8 lines (7 loc) 202 B
import { Link } from '../Link'; import { EPUBLayout } from './EPUBLayout'; declare module '../presentation/Presentation' { interface Presentation { layoutOf(link: Link): EPUBLayout; } }