Skip to content

Commit 1b44f0a

Browse files
fix: update FrameContextProps to use Document (#244)
1 parent ec8cd74 commit 1b44f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ declare module 'react-frame-component' {
1616
export default FrameComponent;
1717

1818
export interface FrameContextProps {
19-
document?: HTMLDocument;
19+
document?: Document;
2020
window?: Window;
2121
}
2222

0 commit comments

Comments
 (0)