--- import YT from "react-youtube"; interface Props { videoId: string; } const { videoId } = Astro.props; ---