Skip to content

Commit 58a008f

Browse files
authored
Update rendition.d.ts
1 parent 3565e47 commit 58a008f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

types/rendition.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ export interface RenditionOptions {
2525
overflow?: string,
2626
snap?: boolean | object,
2727
defaultDirection?: string,
28-
allowScriptedContent?: boolean
28+
allowScriptedContent?: boolean,
29+
allowallowPopups?: boolean,
2930
}
3031

3132
export interface DisplayedLocation {

0 commit comments

Comments
 (0)