UNPKG

@ackplus/react-tanstack-data-table

Version:

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

12 lines 370 B
/** * Consolidated Types Index * All DataTable types in one organized location */ export * from './column.types'; export * from './table.types'; export * from './export.types'; export * from './data-table-api'; export * from './slots.types'; export * from './data-table.types'; export type { DataTableApi } from './data-table-api'; //# sourceMappingURL=index.d.ts.map