Files
react/node_modules/recharts/es6/component/Cell.js
2025-12-28 20:50:08 +00:00

8 lines
118 B
JavaScript

/**
* @fileOverview Cross
*/
export var Cell = function Cell(_props) {
return null;
};
Cell.displayName = 'Cell';