--- import { Tabs, TabItem } from "@astrojs/starlight/components"; const { component, label = "HTML" } = Astro.props; --- { (() => { const Preview = component; return ; })() }