--- export interface Props { version: string; } const { version = '3.1.2' } = Astro.props as Props; ---