import type { DataTableProps } from '../../types'; export default function DataTable({ headers, rows, caption, highlightRow }: DataTableProps) { return (
{caption}