| 108 | } |
| 109 | }) |
| 110 | export class UiTableCaption { |
| 111 | inputClass = input<string>('', { alias: 'class' }); |
| 112 | computedClass = computed(() => tableCaption({ class: this.inputClass() })); |
| 113 | } |
nothing calls this directly
no outgoing calls
no test coverage detected