--- /* * Outputs badge to identify the version something was deprecated */ interface Props { version: string } const { version } = Astro.props --- Deprecated in v{version}