UNPKG

r2-shared-js

Version:

Readium 2 'shared' for NodeJS (TypeScript)

11 lines (10 loc) 265 B
export declare class Img { ID: string; Src1: string; get Src(): string; set Src(href: string); private _urlDecoded; get SrcDecoded(): string | undefined; set SrcDecoded(href: string | undefined); setSrcDecoded(href: string): void; }