dashboard/frontend/node_modules/recharts/lib/component/Cell.js
2025-12-16 08:16:27 +09:00

14 lines
No EOL
229 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Cell = void 0;
/**
* @fileOverview Cross
*/
var Cell = exports.Cell = function Cell(_props) {
return null;
};
Cell.displayName = 'Cell';