| 84 | hostDirectives: [NgpSeparator] |
| 85 | }) |
| 86 | export class UiDropdownMenuSeparator { |
| 87 | inputClass = input<string>('', { alias: 'class' }); |
| 88 | computedClass = computed(() => dropdownMenuSeparator({ class: this.inputClass() })); |
| 89 | } |
nothing calls this directly
no outgoing calls
no test coverage detected