UNPKG

react-data-grid

Version:

Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like

6 lines 221 B
import React from 'react'; export function SimpleCellFormatter(_a) { var value = _a.value; return React.createElement("div", { title: String(value) }, value); } //# sourceMappingURL=SimpleCellFormatter.js.map