UNPKG

@ackplus/react-tanstack-data-table

Version:

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

8 lines (6 loc) 141 B
/** * Row components for DataTable */ export * from './data-table-row'; export * from './empty-data-row'; export * from './loading-rows';