--- export interface Props { items: string[] } const { items }: Props = Astro.props ---