import { DetailedHTMLProps, HTMLAttributes } from "react"; import { twMerge } from "tailwind-merge"; /** * # Horizonta Rule (hr) * @className twui-hr */ export default function HR({ ...props }: DetailedHTMLProps, HTMLHRElement>) { return (
); }