Skip to content

Commit

Permalink
fix tsc build
Browse files Browse the repository at this point in the history
  • Loading branch information
hiyuki committed Oct 22, 2024
1 parent 5b67fc2 commit 803334d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ type CommonCallbackEvent = {
}

interface WebViewProps {
src: string
src?: string
bindmessage?: (event: OnMessageCallbackEvent) => void
bindload?: (event: CommonCallbackEvent) => void
binderror?: (event: CommonCallbackEvent) => void
Expand Down

0 comments on commit 803334d

Please sign in to comment.