r2-navigator-js
Version:
Readium 2 'navigator' for NodeJS (TypeScript)
3 lines (2 loc) • 601 B
TypeScript
import { ReadiumElectronWebviewWindow } from "./state";
export declare function popoutImage(win: ReadiumElectronWebviewWindow, _cssSelectorOf_HTMLImg_SVGImage_SVGFragment: string, HTMLImg_SVGImage_SVGFragment: HTMLImageElement | SVGElement, HTMLImgSrc_SVGImageHref_SVGFragmentMarkup: string, isSVGFragment: boolean, _isSVGImage: boolean, focusScrollRaw: (el: HTMLOrSVGElement, doFocus: boolean, animate: boolean, domRect: DOMRect | undefined) => void, ensureTwoPageSpreadWithOddColumnsIsOffsetTempDisable: () => number, ensureTwoPageSpreadWithOddColumnsIsOffsetReEnable: (val: number) => void): void;