import type { HTMLAttributes, PropsWithChildren } from 'react'; export function H2({ children, className, ...props }: PropsWithChildren>) { return (

{children}

); }