--- type Props = { href: string; title: string; text: string; keybind?: string; openWith: "vscode" | "vnd.gwennlbh.explorer"; }; const { href, title, text, keybind, openWith } = Astro.props; --- {text}