UNPKG

adizen-tanstack-table

Version:

Enhanced DataTable with TanStack Table

7 lines (6 loc) 272 B
import { Table as TanStackTable } from "@tanstack/react-table"; import { TableTheme } from "../types"; export declare const ColumnVisibilityToggle: <T>({ table, theme, }: { table: TanStackTable<T>; theme: TableTheme; }) => import("react/jsx-runtime").JSX.Element;