import { cn, removeFocusOutlines } from '~/utils/'; type GenerationButtonsProps = { showPopover: boolean; opacityClass: string; }; export default function GenerationButtons({ showPopover, opacityClass }: GenerationButtonsProps) { return (
{/* */}
); }