diff --git a/src/Video.web.tsx b/src/Video.web.tsx index cfd58639..611d3bd1 100644 --- a/src/Video.web.tsx +++ b/src/Video.web.tsx @@ -23,7 +23,7 @@ interface WebVideoElementProps // styles. // // See -function WebVideo(props: WebVideoElementProps) { +function WebVideo(props: WebVideoElementProps): React.JSX.Element { return unstable_createElement('video', props); }