| 70 | hostDirectives: [] |
| 71 | }) |
| 72 | export class UiSheetHeader { |
| 73 | inputClass = input<string>('', { alias: 'class' }); |
| 74 | computedClass = computed(() => sheetHeader({ class: this.inputClass() })); |
| 75 | } |
nothing calls this directly
no outgoing calls
no test coverage detected