ed0bb44654bb0211a14d95e25f117f0ffbb157af173fe28d3fae48aa657cabe670f3260a66ac9711c5ef439c2bb2cdc4ebe39d79dbc22fcdb5e4cd5d91fcf2 329 B

1234567891011121314
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var runtime = require('../../../../utils/vue/props/runtime.js');
  4. const basicCellProps = runtime.buildProps({
  5. cell: {
  6. type: runtime.definePropType(Object)
  7. }
  8. });
  9. exports.basicCellProps = basicCellProps;
  10. //# sourceMappingURL=basic-cell.js.map