index.ts 194 B

12345
  1. // Copyright (C) 2012-2023 Zammad Foundation, https://zammad-foundation.org/
  2. export type { ConfirmationOptions } from './types'
  3. export { default as useConfirmationDialog } from './composable'