import type { MattrixwvTabListProps } from "$/types/Tab"; import { TabList } from "@headlessui/react"; export default function MattrixwvTabList(props: MattrixwvTabListProps){ const { children } = props; return ( {children} ); }