import { FC, PropsWithChildren } from "react"; import styles from "./Kbd.module.css"; export const Kbd: FC = ({ children }) => ( {children} );