UNPKG

adizen-tanstack-table

Version:

Enhanced DataTable with TanStack Table

8 lines (7 loc) 289 B
import { ColumnConfig, TableTheme } from "../types"; export declare function SubRowsTable<T>({ subRows, subColumns, parentIndex, theme, }: { subRows: any[]; subColumns: ColumnConfig<T>[]; parentIndex: number; theme: TableTheme; }): import("react/jsx-runtime").JSX.Element;