index.ts 170 B

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