1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-03 14:59:18 +02:00

Update rendition.d.ts

This commit is contained in:
Alberto Valero Gómez 2022-12-01 09:38:16 +01:00 committed by GitHub
parent 58a008fddf
commit 0042ba9d5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ export interface RenditionOptions {
snap?: boolean | object,
defaultDirection?: string,
allowScriptedContent?: boolean,
allowallowPopups?: boolean,
allowPopups?: boolean
}
export interface DisplayedLocation {