--- interface Props { size?: number; color?: string; bgColor?: string; } const {size = 200, color= "#cad3f5", bgColor} = Astro.props; ---