--- export interface Props { url: string; } const { url } = Astro.props; ---