1234567891011 |
- import { classType, column } from './common.mjs';
- import { buildProps } from '../../../utils/vue/props/runtime.mjs';
- const tableV2HeaderCell = buildProps({
- class: classType,
- columnIndex: Number,
- column
- });
- export { tableV2HeaderCell };
- //# sourceMappingURL=header-cell.mjs.map
|