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