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