| 36 | } |
| 37 | }) |
| 38 | export class UiTableHeader { |
| 39 | inputClass = input<string>('', { alias: 'class' }); |
| 40 | computedClass = computed(() => tableHeader({ class: this.inputClass() })); |
| 41 | } |
nothing calls this directly
no outgoing calls
no test coverage detected