UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

11 lines (10 loc) 344 B
import { jsx as _jsx } from "react/jsx-runtime"; import { Skeleton } from '@mantine/core'; export const TableLoading = (props)=>/*#__PURE__*/ _jsx(Skeleton, { ...props, style: !props.visible ? { borderRadius: 0 } : undefined, children: props.children }); //# sourceMappingURL=TableLoading.js.map