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