NeahOpti/node_modules/recharts/es6/component/Cell.js
2025-04-22 12:49:37 +02:00

8 lines
118 B
JavaScript

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