UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

11 lines (10 loc) 338 B
import { jsx as _jsx } from "react/jsx-runtime"; import { Group } from '@mantine/core'; export const TableFooter = ({ ...others })=>/*#__PURE__*/ _jsx(Group, { justify: "space-between", px: "xl", py: "md", ...others }); TableFooter.displayName = 'Table.Footer'; //# sourceMappingURL=TableFooter.js.map