/* Copyright 2026 Marimo. All rights reserved. */ import type { JSX } from "react"; interface Props { src: string; className?: string; } export const VideoOutput = ({ src, className }: Props): JSX.Element => { return