UNPKG

nextjs-table

Version:

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

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