header-cell.mjs 285 B

1234567891011
  1. import { classType, column } from './common.mjs';
  2. import { buildProps } from '../../../utils/vue/props/runtime.mjs';
  3. const tableV2HeaderCell = buildProps({
  4. class: classType,
  5. columnIndex: Number,
  6. column
  7. });
  8. export { tableV2HeaderCell };
  9. //# sourceMappingURL=header-cell.mjs.map