import clsx from 'clsx'; import { PropsWithChildren } from 'react'; import { useTableContext } from './TableContainer'; interface Props { icon: string; label: string; } export function TableTitle({ icon, label, children, }: PropsWithChildren) { useTableContext(); return (