import clsx from 'clsx' import type { LinkTabProps } from './LinkTab' import { LinkTab } from './LinkTab' export interface LinkTabsProps { data: LinkTabProps[] activeIndex?: number } export const LinkTabs = ({ data, activeIndex }: LinkTabsProps) => { return (