descriptions-row.js 371 B

123456789101112131415
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var runtime = require('../../../utils/vue/props/runtime.js');
  4. const descriptionsRowProps = runtime.buildProps({
  5. row: {
  6. type: runtime.definePropType(Array),
  7. default: () => []
  8. }
  9. });
  10. exports.descriptionsRowProps = descriptionsRowProps;
  11. //# sourceMappingURL=descriptions-row.js.map