import { DetailedHTMLProps, HTMLAttributes } from "react"; import { twMerge } from "tailwind-merge"; /** * # H1 Headers * @className twui-h1 */ export default function H1({ ...props }: DetailedHTMLProps, HTMLHeadingElement>) { return (

{props.children}

); }