UNPKG

adizen-tanstack-table

Version:

Enhanced DataTable with TanStack Table

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