import { DetailedHTMLProps, HTMLAttributes } from "react"; import { twMerge } from "tailwind-merge"; export default function Stack({ ...props }: DetailedHTMLProps, HTMLDivElement>) { return ( {props.children} ); }