UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

10 lines (9 loc) 296 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 }); //# sourceMappingURL=TableFooter.js.map