import clsx from "clsx"; import type { ComponentPropsWithoutRef } from "react"; import styles from "./CodeInline.module.css"; const CodeInline = ({ className, ...rest }: ComponentPropsWithoutRef<"code">) => ( ); export default CodeInline;