--- import type { TransitionProps } from '@/types' type Props = TransitionProps const { class: className = '' } = Astro.props ---