UNPKG

mantine-react-table

Version:

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

8 lines (7 loc) 187 B
import { FC } from 'react'; import type { MRT_TableInstance } from '..'; interface Props { table: MRT_TableInstance; } export declare const MRT_ExpandAllButton: FC<Props>; export {};