--- import '../assets/style.css' interface Props { title?: string } const { title = '小帕的小窝' } = Astro.props --- {title}