--- interface Props { to: string newtab?: boolean } const { to, newtab } = Astro.props ---