UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

7 lines 293 B
import { GroupProps } from '@mantine/core'; import { FunctionComponent, ReactNode } from 'react'; export interface TableFooterProps extends GroupProps { children?: ReactNode; } export declare const TableFooter: FunctionComponent<TableFooterProps>; //# sourceMappingURL=TableFooter.d.ts.map