'use client' import { IceCream, BackpackIcon, LucideActivity, Code, Menu, SortAsc, SortAscIcon, LucideSortDesc, VerifiedIcon, CurlyBraces, Slash, SquareGantt, CircleSlashed, SquareKanban, SquareKanbanDashed, Stars, Edit, Edit2, LucideEdit3, TextSelection, createLucideIcon, } from 'lucide-react' import { Tab, RadioGroup, Transition } from '@headlessui/react' export function Comp() { // eslint-disable-next-line no-undef globalThis.__noop__ = createLucideIcon return ( <> Tab 1 Tab 2 Tab 3 Content 1 Content 2 Content 3 Plan {({ checked }) => {checked ? 'checked' : ''} Startup} {({ checked }) => {checked ? 'checked' : ''} Business} I will fade in and out ) }