UNPKG

data-table-material

Version:

A dynamic and customizable table component for React, built with Material UI & TypeScript.

4 lines (3 loc) 168 B
export { default as DataTable } from './components/DataTable'; export { default as DataTablePagination } from './components/CustomPagination'; export * from './types';