UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

6 lines 248 B
import { FunctionComponent } from 'react'; import { TablePerPageProps } from './TablePerPage.types'; export declare const TablePerPage: FunctionComponent<TablePerPageProps> & { DEFAULT_SIZE: number; }; //# sourceMappingURL=TablePerPage.d.ts.map