tooltip.ts 228 B

1234567891011
  1. // Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. import { type ObjectDirective } from 'vue'
  3. export default {
  4. name: 'tooltip',
  5. directive: {},
  6. } as {
  7. name: string
  8. directive: ObjectDirective
  9. }