UNPKG

adizen-tanstack-table

Version:

Enhanced DataTable with TanStack Table

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