UNPKG

adizen-tanstack-table

Version:

Enhanced DataTable with TanStack Table

6 lines (5 loc) 263 B
import { CellContext } from "@tanstack/react-table"; import { ColumnConfig } from "../types"; export declare function EditableCellWithFormatting<T>(props: CellContext<T, unknown> & { columnConfig: ColumnConfig<T>; }): import("react/jsx-runtime").JSX.Element;