UNPKG

adizen-tanstack-table

Version:

Enhanced DataTable with TanStack Table

3 lines (2 loc) 243 B
import { ColumnFilterProps } from "../types"; export declare function ColumnFilter<T>({ column, filterType, filterOptions, theme, serverSide, debounceMs, onServerFilterChange, }: ColumnFilterProps<T>): import("react/jsx-runtime").JSX.Element;