UNPKG

mui-datatables-updated

Version:

MUI Datatable library inspired by the gregnb/mui-datatables project, featuring an up-to-date implementation with Typescript Support.

4 lines (3 loc) 189 B
export { MUITable as default } from './components/MUITable'; export type { Column } from './components/MUITable'; export type { CustomSelectedToolbarProps } from './components/Toolbar';