--- import type { TechStackItem } from '../lib/types'; interface Props { items: TechStackItem[]; } const { items } = Astro.props; ---