UNPKG

@ackplus/react-tanstack-data-table

Version:

A powerful React data table component built with MUI and TanStack Table

4 lines (3 loc) 259 B
import { DataTableProps } from './data-table.types'; import { DataTableApi } from '../../types/data-table-api'; export declare const DataTable: import("react").ForwardRefExoticComponent<DataTableProps<any> & import("react").RefAttributes<DataTableApi<any>>>;