Skip to content

Commit

Permalink
fix(hippy-react): fix declaration for web-view
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdyqin committed Sep 19, 2023
1 parent 5ff1bc9 commit 5845fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hippy-react/src/components/web-view.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export interface WebViewProps {
* @param {Object} evt - Load event data
* @param {string} evt.url - Web page url
*/
onLoadEnd: (evt: LoadEvent) => void;
onLoadEnd?: (evt: LoadEvent) => void;
}

/**
Expand Down

0 comments on commit 5845fab

Please sign in to comment.