UNPKG

zeed-dynamic-table

Version:

A flexible and dynamic table component for React and Next.js applications without Tailwind dependencies

10 lines (9 loc) 392 B
import React from "react"; import { TopContentOptionsType } from "../types"; /** * TableTopContent component renders the top section of the table * Includes search input, add button, and optional additional components * Updated with better dark mode support and improved responsive design */ declare const TableTopContent: React.FC<TopContentOptionsType>; export default TableTopContent;