UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

6 lines 229 B
import { FunctionComponent, ReactNode } from 'react'; export interface TableNoDataProps { children: ReactNode; } export declare const TableNoData: FunctionComponent<TableNoDataProps>; //# sourceMappingURL=TableNoData.d.ts.map