ywana-core8 0.0.952 → 0.0.953

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.umd.js CHANGED
@@ -2087,6 +2087,10 @@
2087
2087
  format: format,
2088
2088
  maxDecimals: maxDecimals
2089
2089
  });
2090
+ case "Image":
2091
+ return /*#__PURE__*/React__default["default"].createElement("img", {
2092
+ src: cell
2093
+ });
2090
2094
  default:
2091
2095
  return cell;
2092
2096
  }