UNPKG

adizen-tanstack-table

Version:

Enhanced DataTable with TanStack Table

8 lines (7 loc) 306 B
import { type TableTheme } from "../types"; export declare const GlobalFilter: ({ globalFilter, setGlobalFilter, placeholder, theme, }: { globalFilter: string; setGlobalFilter: (value: string) => void; placeholder?: string; theme: TableTheme; }) => import("react/jsx-runtime").JSX.Element;