You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
371 B

8 months ago
  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