--- interface Props { id?: string label?: string } const { id, label = 'Select time range' } = Astro.props const value = 'Last 7 days' ---