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.

20 lines
531 B

3 months ago
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var common = require('./common.js');
  4. var runtime = require('../../../utils/vue/props/runtime.js');
  5. const tableV2HeaderRowProps = runtime.buildProps({
  6. class: String,
  7. columns: common.columns,
  8. columnsStyles: {
  9. type: runtime.definePropType(Object),
  10. required: true
  11. },
  12. headerIndex: Number,
  13. style: { type: runtime.definePropType(Object) }
  14. });
  15. exports.tableV2HeaderRowProps = tableV2HeaderRowProps;
  16. //# sourceMappingURL=header-row.js.map