UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

19 lines (18 loc) 478 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "TableNoData", { enumerable: true, get: function() { return TableNoData; } }); var _jsxruntime = require("react/jsx-runtime"); var TableNoData = function(param) { var children = param.children; return /*#__PURE__*/ (0, _jsxruntime.jsx)(_jsxruntime.Fragment, { children: children }); }; //# sourceMappingURL=TableNoData.js.map