@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
21 lines (20 loc) • 495 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "renderColumnHeader", {
enumerable: true,
get: function() {
return renderColumnHeader;
}
});
var renderColumnHeader = function renderColumnHeader(header, index) {
if (typeof header === 'function') {
var context = {
index: index
};
return header(context);
}
return header;
};
//# sourceMappingURL=headerUtils.js.map