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