diff --git a/src/components/ui/table.tsx b/src/components/ui/table.tsx index 7f75669..0876f1f 100644 --- a/src/components/ui/table.tsx +++ b/src/components/ui/table.tsx @@ -5,7 +5,7 @@ import { cn } from "@/lib/utils" const Table = React.forwardRef< HTMLTableElement, - React.HTMLTableProps + React.TableHTMLAttributes >(({ className, ...props }, ref) => (
>(({ className, ...props }, ref) => ( )) @@ -27,7 +27,7 @@ TableHeader.displayName = "TableHeader" const TableBody = React.forwardRef< HTMLTableSectionElement, - React.HTMLTableSectionProps + React.HTMLAttributes >(({ className, ...props }, ref) => ( >(({ className, ...props }, ref) => ( >(({ className, ...props }, ref) => (