--- import {Markdown} from 'astro/components' export interface Props{ label:string; readme:string; } const {label,readme} = Astro.props ---