--- import Icon from './AstroIcon.astro'; const { activePageId, activePageTitle } = Astro.props; export interface Props { activePageId: string; activePageTitle: string; } ---