semblance-dev/node_modules/recharts/es6/component/Cell.js
2025-08-04 09:07:59 -05:00

8 lines
No EOL
118 B
JavaScript

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