| 129 | ] |
| 130 | }) |
| 131 | export class UiSheetTrigger { |
| 132 | inputClass = input<string>('', { alias: 'class' }); |
| 133 | computedClass = computed(() => sheetTrigger({ class: this.inputClass() })); |
| 134 | } |
nothing calls this directly
no outgoing calls
no test coverage detected