| 124 | ] |
| 125 | }) |
| 126 | export class UiDialogOverlay { |
| 127 | inputClass = input<string>('', { alias: 'class' }); |
| 128 | computedClass = computed(() => dialogOverlay({ class: this.inputClass() })); |
| 129 | } |
nothing calls this directly
no outgoing calls
no test coverage detected