--- import type { HTMLAttributes } from 'astro/types'; interface Props extends HTMLAttributes<'div'> { } const { ...attr } = Astro.props; ---