UNPKG

mantine-react-table

Version:

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

9 lines (8 loc) 216 B
import { FC } from 'react'; import type { MRT_TableInstance } from '..'; interface Props { isTopToolbar: boolean; table: MRT_TableInstance; } export declare const MRT_LinearProgressBar: FC<Props>; export {};