--- interface Props { id: string; ratio?: string; } const { id, ratio }: Props = Astro.props; ---

Slides