UNPKG

material-react-table

Version:

A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.

9 lines (8 loc) 264 B
import React, { FC } from 'react'; import type { MRT_TableInstance } from '..'; interface Props { table: MRT_TableInstance; } export declare const MRT_TableBody: FC<Props>; export declare const Memo_MRT_TableBody: React.NamedExoticComponent<Props>; export {};