UNPKG

nextjs-table

Version:

Modern, customizable data table component for Next.js with CRUD operations

7 lines 310 B
import React from 'react'; interface TableRowProps extends React.HTMLAttributes<HTMLTableRowElement> { children: React.ReactNode; } export declare function TableRow({ children, className, ...props }: TableRowProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=TableRow.d.ts.map