Skip to content

Commit

Permalink
fix: update FrameContextProps to use Document (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesSingleton committed May 25, 2023
1 parent ec8cd74 commit 1b44f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ declare module 'react-frame-component' {
export default FrameComponent;

export interface FrameContextProps {
document?: HTMLDocument;
document?: Document;
window?: Window;
}

Expand Down

0 comments on commit 1b44f0a

Please sign in to comment.