import clsx from 'clsx' import { type HTMLProps } from 'react' type Properties = HTMLProps export default function Code(properties: Properties) { return ( {properties.children} ) }
{properties.children}