| 96 | } |
| 97 | }) |
| 98 | export class UiTableCell { |
| 99 | inputClass = input<string>('', { alias: 'class' }); |
| 100 | computedClass = computed(() => tableCell({ class: this.inputClass() })); |
| 101 | } |
nothing calls this directly
no outgoing calls
no test coverage detected