UNPKG

nextjs-table

Version:

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

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